Replies: 1 comment
-
Check out the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Let's say I have following structure:
index.tsx
is very big and I want to move some parts to other files, for example user delete component with form and action.I can possible move it out of routes folder and then import in
index.tsx
with action, but is there any way to do it with leaving it close to parent component?Beta Was this translation helpful? Give feedback.
All reactions