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
Raw Normal View History

2021-03-17 05:22:49 +00:00
import Layout from 'common/Layout/Layout';
const IndexPage = () => {
2021-03-17 05:22:49 +00:00
return <Layout>hello?</Layout>;
};
export default IndexPage;