Update navbar import in MainLayout.astro
This commit is contained in:
parent
357087dae4
commit
7d2b942f73
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
// Importing necessary components
|
// Importing necessary components
|
||||||
import Meta from "@components/Meta.astro";
|
import Meta from "@components/Meta.astro";
|
||||||
import Navbar from "@components/sections/navbar&footer/NavbarMegaMenu.astro";
|
import Navbar from "@components/sections/navbar&footer/Navbar.astro";
|
||||||
import FooterSection from "@components/sections/navbar&footer/FooterSection.astro";
|
import FooterSection from "@components/sections/navbar&footer/FooterSection.astro";
|
||||||
import { SITE } from "@data/constants";
|
import { SITE } from "@data/constants";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue