slate/components/core/Selectable/index.js
2021-06-08 15:53:30 -07:00

3 lines
172 B
JavaScript

export { default as GroupSelectable } from "~/components/core/Selectable/groupSelectable";
export { default as Selectable } from "~/components/core/Selectable/selectable";