Refactor project structure and dependencies; rename package to azaion-ui, update version to 0.0.1, and remove unused files. Introduce new routing and authentication features in App component.

This commit is contained in:
Oleksandr Bezdieniezhnykh
2026-03-25 03:10:15 +02:00
parent e407308284
commit 157a33096a
112 changed files with 6530 additions and 17843 deletions
File diff suppressed because one or more lines are too long
+63
View File
File diff suppressed because one or more lines are too long
+13
View File
@@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AZAION</title>
<script type="module" crossorigin src="/assets/index-o2ENlayJ.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index--amdfC0Y.css">
</head>
<body class="bg-[#1e1e1e] text-[#adb5bd]">
<div id="root"></div>
</body>
</html>