This repository has been archived on 2022-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
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;