diff --git a/ui/App.tsx b/ui/App.tsx index 1781ac7..3aae089 100644 --- a/ui/App.tsx +++ b/ui/App.tsx @@ -8,6 +8,7 @@ import { StatsPage } from "./StatsPage.tsx"; import { WorkersPage } from "./WorkersPage.tsx"; import { fetchApi, handleResponse } from "./apiClient.ts"; import { useLocalStorage } from "./useLocalStorage.ts"; +import { DisclaimerPage } from "./DisclaimerPage"; export function App() { // store session ID in the local storage @@ -39,8 +40,9 @@ export function App() { } /> } /> } /> + } /> ); -} +} \ No newline at end of file