mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-08 21:07:45 +00:00
Merge branch 'main' into doc-1364-next.js-ssr-auth-demo-add-await-to-code
This commit is contained in:
@@ -98,10 +98,10 @@ function App() {
|
||||
<Navbar /> {/* Add the navbar before page content */}
|
||||
<main>{isLoginPage ? <Login /> : <Home />}</main>
|
||||
</IdeasProvider>
|
||||
<UserProvider>
|
||||
</UserProvider>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
export default App;
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user