add component ShowLog

This commit is contained in:
joseph le 2023-09-12 16:31:47 +07:00
parent 44647476f1
commit e20aaec372
1 changed files with 1 additions and 1 deletions

View File

@ -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>
}>