diff --git a/llm-fe/src/App.tsx b/llm-fe/src/App.tsx index 10c69e6..a4ecc67 100644 --- a/llm-fe/src/App.tsx +++ b/llm-fe/src/App.tsx @@ -19,61 +19,64 @@ import DocumentStoragePage from './llm-fe/pages/DocumentStoragePage/DocumentStor import Account2 from './llm-fe/pages/Account2/Account2'; import AnalyticsPage from './llm-fe/pages/Analytics/Analytics'; import PasswordResetConfirmation from './llm-fe/pages/PasswordResetConfirmation/PasswordReset'; +import GlobalThemeWrapper from './llm-fe/components/GlobalThemeWrapper/GlobalThemeWrapper'; const ProtectedRoutes = () => { const { authenticated, needsNewPassword, loading } = useContext(AuthContext); - if(loading){ - return( + if (loading) { + return (
Account and prompt information will be available soon
+This will become available shortly
+