This commit is contained in:
VividTruthKeeper 2022-09-07 22:16:42 +05:00
parent 9755750356
commit 53af65a61e
4 changed files with 75 additions and 1 deletions

1
.gitignore vendored
View File

@ -8,7 +8,6 @@ pnpm-debug.log*
lerna-debug.log*
node_modules
dist
dist-ssr
*.local

1
dist/assets/index.8d6fe315.css vendored Normal file

File diff suppressed because one or more lines are too long

59
dist/assets/index.fdf73cab.js vendored Normal file

File diff suppressed because one or more lines are too long

15
dist/index.html vendored Normal file
View File

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Admin Panel</title>
<script type="module" crossorigin src="/assets/index.fdf73cab.js"></script>
<link rel="stylesheet" href="/assets/index.8d6fe315.css">
</head>
<body>
<div id="root"></div>
</body>
</html>