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({
|
||||||
|
|
Loading…
Reference in a new issue