Files
streamyfin/app/(auth)/(tabs)/index.tsx
2026-01-10 11:33:07 +01:00

6 lines
63 B
TypeScript

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