import React from "react"; import LGroups from "../LGroups"; function IndexPage() { return ( ); } export default IndexPage;