But there are some components which need their own dir, like
import { Tabs, TabsList .. } from "abc-ui/tabs"
import { Tabs, TabsList .. } from "abc-ui/tabs"
I have not made a package before so idk how bundling etc works When I ran the tsup command, it bundled the entire list of named exports in the index.ts file, what about other components which arent imported in the main