Eject sidebar_component #3438
-
I'm trying to eject the sidebar component, but this What is the correct path to eject that component? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @sageworksstudio no need to include This will work as expected: Or: |
Beta Was this translation helpful? Give feedback.
-
Thank you! |
Beta Was this translation helpful? Give feedback.
Hi @sageworksstudio no need to include
app/components
in the path since that's the root directory where the ejector starts looking.This will work as expected:
rails g avo:eject --component avo/sidebar_component
Or:
rails g avo:eject --component Avo::SidebarComponent