* Move tabs to components * Lots of form components * Update apps/web/components/apps/layouts/InstalledAppsLayout.tsx Co-authored-by: Omar López <zomars@me.com>
4 lines
179 B
TypeScript
4 lines
179 B
TypeScript
export { default as Checkbox } from "./Checkbox";
|
|
export { default as MultiSelectCheckbox } from "./MultiSelectCheckboxes";
|
|
export type { Option } from "./MultiSelectCheckboxes";
|