Skip to content

Commit

Permalink
refactor : import alias changes due to removal of @layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
ad956 committed Jul 9, 2024
1 parent 260c60e commit 882bd3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(pages)/(footer)/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Footer, NavBar } from "@layouts/LandingPage/components";
import { Footer, NavBar } from "@components/landing-page";
import type { Metadata } from "next";

export const metadata: Metadata = {
Expand Down

0 comments on commit 882bd3b

Please sign in to comment.