Question regarding nested layouts
within my app i am trying to achieve a nested routing structure (for including navigation/ect for protected routes) for that i am trying to get the Directory Routes approach to apply the wrapper that /secure/index.tsx introduces around all subsequent routes (/secure/profile/index.tsx, ect)
i have probably overseen a small piece of documentation but can someone point out my mistake?
this is my routing structure
/secure/index.tsx
/secure/profile/index.tsx
could anyone give me some directions? tyvm
i have probably overseen a small piece of documentation but can someone point out my mistake?
this is my routing structure
/secure/index.tsx
/secure/profile/index.tsx
could anyone give me some directions? tyvm