index.js 305 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 import { ContactUsleads } from "../../../components/admin/ContactUsleads"; import { GenericLayout } from "../../../components/layout/Generics/GenericLayout"; export default function ContactUsLeadsPage() { return ( <GenericLayout> <ContactUsleads /> </GenericLayout> ) }