fix: 404 Component is missing
This commit is contained in:
parent
b4b4acc288
commit
cac5ac88e4
@ -283,7 +283,9 @@ function App() {
|
|||||||
</Suspense>
|
</Suspense>
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
<Route path='*' element={NotFound} />
|
<Route path='*' element={
|
||||||
|
<NotFound />
|
||||||
|
} />
|
||||||
</Routes>
|
</Routes>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user