mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 18:13:25 +00:00
chore: cleanup
This commit is contained in:
@@ -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>;
|
||||
}
|
||||
|
Reference in New Issue
Block a user