1
0
Fork 0

Run linter.

This commit is contained in:
Kitteh 2021-05-15 10:56:08 +01:00
parent 67bd89db1a
commit 89bedc8be5
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
import { ListItem } from "./ListItem"; import { ListItem } from "./ListItem";
import { PageRouter } from "../PageSystem/PageRouter";
import { makeElement } from "../htmlUtils"; import { makeElement } from "../htmlUtils";
import i18next from "i18next"; import i18next from "i18next";
import { PageRouter } from "../PageSystem/PageRouter";
export function NavBar(router: PageRouter): HTMLElement { export function NavBar(router: PageRouter): HTMLElement {
return makeElement({ return makeElement({

View file

@ -40,7 +40,7 @@ declare global {
async function onLoad(): Promise<void> { async function onLoad(): Promise<void> {
document.body.innerHTML = ""; document.body.innerHTML = "";
document.body.appendChild(makeElement({tag: "div", id: "navBarReplace"})); document.body.appendChild(makeElement({ tag: "div", id: "navBarReplace" }));
document.body.appendChild( document.body.appendChild(
makeElement({ makeElement({
tag: "div", tag: "div",