moved to vite

This commit is contained in:
QkoSad
2024-09-07 14:42:09 +03:00
parent 04ae8b7be8
commit d9455d002b
24 changed files with 1709 additions and 23700 deletions
+2 -2
View File
@@ -127,7 +127,7 @@ const Navbar = () => {
}}
>
{isAuthenticated ? (
<>
<div>
{" "}
{authLinks.map((el) => (
<MenuItem
@@ -149,7 +149,7 @@ const Navbar = () => {
</a>
</MenuItem>
,
</>
</div>
) : (
guestLinks.map((el) => (
<MenuItem