Skip to content

Commit 09f39a0

Browse files
authored
fix: Dashboard component name in blogpost (#7621)
1 parent 1923248 commit 09f39a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/blog/2025/02/14/sunsetting-create-react-app.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export default function App() {
110110
return (
111111
<div>
112112
{route === 'home' && <Home />}
113-
{route === 'dashboard' && <Dashbord />}
113+
{route === 'dashboard' && <Dashboard />}
114114
</div>
115115
)
116116
}

0 commit comments

Comments
 (0)