Merge pull request #83 from utopia-os/remove-useAuth-from-export

fix(source): remove useAuth from export
This commit is contained in:
antontranelis 2025-01-29 14:49:59 +00:00 committed by GitHub
commit 69c735bae3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,6 @@ export {
export { AppShell, Content, SideBar, Sitemap } from './Components/AppShell' export { AppShell, Content, SideBar, Sitemap } from './Components/AppShell'
export { export {
AuthProvider, AuthProvider,
useAuth,
LoginPage, LoginPage,
SignupPage, SignupPage,
RequestPasswordPage, RequestPasswordPage,