Reformat files

This commit is contained in:
Andras Schmelczer 2022-09-21 14:05:28 +02:00
parent 40b4ed0fdb
commit a8a3a5093a
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
37 changed files with 84 additions and 103 deletions

View file

@ -1,9 +1,9 @@
import './footer.scss';
import cvIcon from '../../../static/icons/cv.svg';
import emailIcon from '../../../static/icons/email.svg';
import linkedinIcon from '../../../static/icons/linkedin.svg';
import { html } from '../../types/html';
import { FooterParameters } from './footer';
import './footer.scss';
export const generate = ({
title,

View file

@ -1,7 +1,7 @@
import { PageElement } from '../page-element';
import { generate } from './footer.html';
import { createElement } from '../../helper/create-element';
import { url } from '../../types/url';
import { PageElement } from '../page-element';
import { generate } from './footer.html';
export interface FooterParameters {
title: string;