mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 18:13:25 +00:00
feat: restructure internal tab stuff to make more sense
This commit is contained in:
7
apps/expo/src/app/(tabs)/search.tsx
Normal file
7
apps/expo/src/app/(tabs)/search.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import React from "react";
|
||||
|
||||
import HomeScreenContent from "~/components/HomeScreenContent";
|
||||
|
||||
export default function SearchScreen() {
|
||||
return <HomeScreenContent />;
|
||||
}
|
Reference in New Issue
Block a user