mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
fix: Dashboard component name in blogpost (#7621)
This commit is contained in:
@@ -110,7 +110,7 @@ export default function App() {
|
||||
return (
|
||||
<div>
|
||||
{route === 'home' && <Home />}
|
||||
{route === 'dashboard' && <Dashbord />}
|
||||
{route === 'dashboard' && <Dashboard />}
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user