Remove "framework"
This commit is contained in:
parent
b45bdb18a0
commit
dc86d30eb2
72 changed files with 359 additions and 333 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import { Footer } from '../../model/portfolio';
|
||||
import { html } from '../../framework/model/misc';
|
||||
import { Footer } from '../../types/portfolio';
|
||||
|
||||
import './footer.scss';
|
||||
import { html } from '../../types/html';
|
||||
|
||||
export const generate = ({
|
||||
title,
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
import { Footer } from '../../model/portfolio';
|
||||
import { PageElement } from '../../framework/page-element';
|
||||
import { Footer } from '../../types/portfolio';
|
||||
import { PageElement } from '../page-element';
|
||||
|
||||
import { generate } from './footer.html';
|
||||
import { createElement } from '../../framework/helper/create-element';
|
||||
import { createElement } from '../../helper/create-element';
|
||||
|
||||
export class PageFooter extends PageElement {
|
||||
constructor(footer: Footer) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue