init: 初始化模板项目
This commit is contained in:
5
apps/next/app/page.tsx
Normal file
5
apps/next/app/page.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
'use client'
|
||||
|
||||
import { HomeScreen } from 'app/features/home/screen'
|
||||
|
||||
export default HomeScreen
|
||||
Reference in New Issue
Block a user