Add about Route Path

This commit is contained in:
Ray 2023-09-05 08:46:26 +00:00 committed by GitHub
parent 20cf97d38a
commit 3c1e822f4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@ function App() {
</Nav> </Nav>
</Container> </Container>
</Navbar> </Navbar>
<Routes>
<Route path="/about" element={} />
</Routes>
</div> </div>
); );