POWR/app/(tabs)/library/_layout.tsx
2025-02-09 20:38:38 -05:00

3 lines
156 B
TypeScript

// app/(tabs)/library/_layout.tsx
// This is the fallback layout that gets overridden by platform-specific files
export { default } from './_layout.native';