-
I have a feeling it's in the layout function of the |
Beta Was this translation helpful? Give feedback.
Answered by
sergiodxa
May 27, 2025
Replies: 1 comment
-
I would try to put them in If you don't have those files in your project, use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
GabenGar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would try to put them in
root
, unless I need to access the context in that file, in which case I would useapp/entry.client.tsx
andapp/entry.server.tsx
files.If you don't have those files in your project, use
npx react-router reveal
to get them.