WitNote / dashboard /src /pages /index.ts
AUXteam's picture
Upload folder using huggingface_hub
6a7089a verified
export { default as MonitoringPage } from "./MonitoringPage";
export { default as ProfilesPage } from "./ProfilesPage";
export { default as AgentsPage } from "./AgentsPage";
export { default as SettingsPage } from "./SettingsPage";
export { default as LoginPage } from "./LoginPage";