Created
September 3, 2024 19:43
-
-
Save aaronvg/81e32017a484e15d27176db8f92b6ed6 to your computer and use it in GitHub Desktop.
propel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html lang="en"> | |
| <AuthProvider authUrl={process.env.NEXT_PUBLIC_AUTH_URL!}> | |
| <PHProvider> | |
| <body className={inter.className}> | |
| <PostHogPageView /> | |
| <SignedIn> | |
| <RootDashboardLayout>{children}</RootDashboardLayout> | |
| </SignedIn> | |
| <SignedOut> | |
| <RedirectToSignIn /> | |
| </SignedOut> | |
| </body> | |
| </PHProvider> | |
| </AuthProvider> | |
| </html> | |
| ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment