2018-03-02 16:51:27 -05:00

5 lines
98 B
JavaScript

import Swappable from './Swappable';
export default Swappable;
export * from './SwappableEvent';