add component ShowLog
This commit is contained in:
parent
44647476f1
commit
e20aaec372
|
|
@ -17,7 +17,7 @@ function App() {
|
|||
<Route path="/" element={<ManageValues />}>
|
||||
{/* Render the UserProfile component */}
|
||||
</Route>
|
||||
<Route path="/logs/:name" element={
|
||||
<Route path="/logs" element={
|
||||
// <ShowLog/>
|
||||
<h1>abshjvsakjgvhaskj</h1>
|
||||
}>
|
||||
|
|
|
|||
Loading…
Reference in New Issue