slate/components/core/Selectable/index.js

3 lines
172 B
JavaScript
Raw Normal View History

2021-06-09 01:53:30 +03:00
export { default as GroupSelectable } from "~/components/core/Selectable/groupSelectable";
export { default as Selectable } from "~/components/core/Selectable/selectable";