Files
streamyfin_mirror/app/(auth)/(tabs)/index.tsx
2024-08-15 10:36:55 +02:00

6 lines
63 B
TypeScript

const Index = () => {
return null;
};
export default Index;