diff --git a/docs.html b/docs.html index 37f7829..7af594f 100644 --- a/docs.html +++ b/docs.html @@ -16,7 +16,6 @@
- diff --git a/index.html b/index.html index cfdd13d..f08c930 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,6 @@ - diff --git a/keys.html b/keys.html index de4789b..01601c3 100644 --- a/keys.html +++ b/keys.html @@ -16,7 +16,6 @@ - diff --git a/src/web/app.tsx b/src/web/app.tsx index e609393..08ca151 100644 --- a/src/web/app.tsx +++ b/src/web/app.tsx @@ -1,4 +1,3 @@ -import { createRoot } from "react-dom/client"; import { useState, useEffect, useCallback } from "react"; import { ReactFlow, @@ -13,7 +12,7 @@ import { } from "@xyflow/react"; import "@xyflow/react/dist/style.css"; import "./lockdown"; -import { renderNavbar } from "./navbar"; +import { renderPage } from "./layout"; const TEAM_ID = "T024F7C8B"; const slackLink = (channelId: string) => @@ -55,8 +54,6 @@ const highlightJson = (json: string): string => }, ); -renderNavbar("map"); - interface GraphNode { id: string; type: string; @@ -372,4 +369,4 @@ function App() { ); } -createRoot(document.getElementById("app")!).render(for now, all keys are read-only
**/}