Новые правки в компоенты

This commit is contained in:
Web-serfer 2026-04-26 18:09:40 +05:00
parent 107b7f461f
commit a14c18542e
15 changed files with 417 additions and 233 deletions

View file

@ -2,8 +2,6 @@
import Logo from "./Logo.astro";
import Navbar from "./Navbar.astro";
import MobileMenu from "./MobileMenu.astro";
import LoginButton from "./LoginButton.astro";
import UserMenu from "./UserMenu.astro";
import { COMPANY } from "@constants";
---