diff --git a/src/app/Fragments/Armory/index.tsx b/src/Fragments/Armory/index.tsx similarity index 75% rename from src/app/Fragments/Armory/index.tsx rename to src/Fragments/Armory/index.tsx index c333b76..4303d18 100644 --- a/src/app/Fragments/Armory/index.tsx +++ b/src/Fragments/Armory/index.tsx @@ -1,6 +1,6 @@ -import { sectionLinks } from "@/app/lib/linkList/sectionLinks"; +import { sectionLinks } from "../../lib/linkList/sectionLinks"; import Link from "next/link"; -import armoryLinks from "@/app/lib/linkList/sectionLinks"; +import armoryLinks from "../../lib/linkList/sectionLinks"; let linksArray = [ sectionLinks.UPPERS, @@ -9,10 +9,10 @@ let linksArray = [ sectionLinks.OPTICS, sectionLinks.ACCESSORIES, ]; -export const Armory = (props) => { +export const Armory = (props:any) => { return ( (