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
1 changed files with 1 additions and 1 deletions

View File

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