import ShopSection from "@/components/Routes/Shop" const Shop = () => { return ( <> <ShopSection /> </> ) } export default Shop
info at phpclasses dot org