重构项目结构,删除未使用的组件和文件,添加主页和模态页实现
This commit is contained in:
5
app/index.tsx
Normal file
5
app/index.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { HomeScreen } from "@/features/home/screens/home-screen";
|
||||
|
||||
export default function IndexRoute() {
|
||||
return <HomeScreen />;
|
||||
}
|
||||
Reference in New Issue
Block a user