mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-09 04:22:13 +00:00
docs: fixed error code bloc related to tutorial
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