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