Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
julianjelfs committed Dec 22, 2023
1 parent 8f5b449 commit 93245c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/app/src/stores/layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { mobileWidth } from "./screenDimensions";
import { rightPanelHistory } from "./rightPanel";
import { type RouteParams, pathParams } from "../routes";
import { disableLeftNav } from "./xframe";
import { number } from "svelte-i18n";

export const navOpen = writable<boolean>(false);

Expand Down

0 comments on commit 93245c8

Please sign in to comment.