Run linter.
This commit is contained in:
parent
67bd89db1a
commit
89bedc8be5
|
@ -1,7 +1,7 @@
|
|||
import { ListItem } from "./ListItem";
|
||||
import { PageRouter } from "../PageSystem/PageRouter";
|
||||
import { makeElement } from "../htmlUtils";
|
||||
import i18next from "i18next";
|
||||
import { PageRouter } from "../PageSystem/PageRouter";
|
||||
|
||||
export function NavBar(router: PageRouter): HTMLElement {
|
||||
return makeElement({
|
||||
|
|
|
@ -40,7 +40,7 @@ declare global {
|
|||
|
||||
async function onLoad(): Promise<void> {
|
||||
document.body.innerHTML = "";
|
||||
document.body.appendChild(makeElement({tag: "div", id: "navBarReplace"}));
|
||||
document.body.appendChild(makeElement({ tag: "div", id: "navBarReplace" }));
|
||||
document.body.appendChild(
|
||||
makeElement({
|
||||
tag: "div",
|
||||
|
|
Loading…
Reference in a new issue