This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
website/src/features/IndexPage/IndexPage.tsx

8 lines
134 B
TypeScript

import Layout from 'common/Layout/Layout';
const IndexPage = () => {
return <Layout>hello?</Layout>;
};
export default IndexPage;