Nested Vue Component import for Web
I'm new to Solara and is planning on using Vue for interactive components for web development that include drag and drop (e.g., kanban boards).
I have some experience with Vue, but I can't figure out how imports work with a Vue component.
Normally I would use
import ChildComponent from "./ChildComponent.vue", but that does not appear to work in the below example.