forked from pinks/eris
1
0
Fork 0

ui/App.tsx aktualisiert

This commit is contained in:
Akiru 2024-01-27 14:56:27 +00:00
parent 898ed1b2db
commit b512e2e97c
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import { StatsPage } from "./StatsPage.tsx";
import { WorkersPage } from "./WorkersPage.tsx"; import { WorkersPage } from "./WorkersPage.tsx";
import { fetchApi, handleResponse } from "./apiClient.ts"; import { fetchApi, handleResponse } from "./apiClient.ts";
import { useLocalStorage } from "./useLocalStorage.ts"; import { useLocalStorage } from "./useLocalStorage.ts";
import { DisclaimerPage } from "./DisclaimerPage"; import { DisclaimerPage } from "./DisclaimerPage.tsx";
export function App() { export function App() {
// store session ID in the local storage // store session ID in the local storage