mirror of
https://github.com/DocNR/POWR.git
synced 2025-05-24 19:02:11 +00:00
3 lines
156 B
TypeScript
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'; |