Refer to About webpage in route.

This commit is contained in:
Ray 2023-09-05 08:51:32 +00:00 committed by GitHub
parent d687b0b9ff
commit 9c1e0bc5f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ function App() {
</Container>
</Navbar>
<Routes>
<Route path="/about" element={} />
<Route path="/about" element={ <About/> } />
</Routes>
</div>