feat: Integrate react-router-dom for routing and enhance App component with new navigation structure
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 13m58s

This commit is contained in:
2025-07-10 09:45:18 +07:00
parent a2f3f24c57
commit aaa4878229
5 changed files with 152 additions and 136 deletions
+3
View File
@@ -16,6 +16,9 @@
</head>
<body>
<div id="root"></div>
<script type="module">
import '/node_modules/@tabler/core/dist/js/tabler.min.js';
</script>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>