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({