Run linter.
This commit is contained in:
parent
67bd89db1a
commit
89bedc8be5
|
@ -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({
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue