Files
super-app/components/reusable/index.ts

3 lines
147 B
TypeScript

export { default as SelectButton } from "./select-button/SelectButton";
export { default as ItemSeparator } from "./item-separator/ItemSeparator";