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,6 +1,6 @@
import { createElement } from '../../helper/create-element';
import { PageElement } from '../page-element';
import { generate } from './main.html';
import { createElement } from '../../helper/create-element';
export class Main extends PageElement {
constructor(...children: Array<PageElement>) {