navbars name
This commit is contained in:
parent
38d3e3b535
commit
69e677ccaa
@ -1,5 +1,5 @@
|
||||
import { Outlet } from "react-router-dom";
|
||||
import Navbar from "./Navbar/Navbar";
|
||||
import Navbar from "./NavbarSite/Navbar";
|
||||
import {
|
||||
Ticket,
|
||||
getMessageFromFetchError,
|
||||
|
@ -6,7 +6,7 @@ import Section4 from "./Section4";
|
||||
import Section5 from "./Section5";
|
||||
import FloatingSupportChat from "@root/components/FloatingSupportChat/FloatingSupportChat";
|
||||
import Footer from "@root/components/Footer";
|
||||
import Navbar from "@root/components/NavbarOld/Navbar";
|
||||
import Navbar from "@root/components/NavbarLanding/Navbar";
|
||||
import { theme } from "@root/utils/theme";
|
||||
|
||||
export default function Landing() {
|
||||
|
Loading…
Reference in New Issue
Block a user