Initial commit: Tapalka monorepo (bot, front, strapi)
This commit is contained in:
7
CMyTapper/robucks-front/app/[id]/home/page.tsx
Normal file
7
CMyTapper/robucks-front/app/[id]/home/page.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import HomeContainer from '@/components/home/HomeContainer';
|
||||
|
||||
const page = async () => {
|
||||
return <HomeContainer />;
|
||||
};
|
||||
|
||||
export default page;
|
||||
Reference in New Issue
Block a user