Files
outline/app/components/Actions/index.js
2017-11-19 23:39:56 -08:00

5 lines
113 B
JavaScript

// @flow
import Actions from './Actions';
export { Action, Separator } from './Actions';
export default Actions;