chore: cleanup

This commit is contained in:
Adrian Castro
2024-03-26 14:28:11 +01:00
parent db0c37913c
commit 5e8422b418
5 changed files with 6 additions and 20 deletions

View File

@@ -1,11 +1,5 @@
import { Text } from "tamagui";
import ScreenLayout from "~/components/layout/ScreenLayout";
export default function MovieWebScreen() {
return (
<ScreenLayout title="movie-web">
<Text>movie-web config tab</Text>
</ScreenLayout>
);
return <ScreenLayout></ScreenLayout>;
}