1
0

Use react-router

This commit is contained in:
2024-10-26 12:50:01 +03:00
parent 050fa16aaf
commit 18a66cdca1
6 changed files with 76 additions and 3 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
<title>Vite + React + TS</title>
</head>
<body class="m-0 min-h-screen flex place-items-center">
<body class="m-0 min-h-screen">
<div id="root" class="my-0 mx-auto"></div>
<script type="module" src="/src/main.tsx"></script>
</body>