import React from "react"; import { GetStarted as Main } from "../components"; import { GetStartedLayout } from "../layouts"; const GetStartedPage: React.FC = () => { return (
); }; export default GetStartedPage;