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/Labeled/index.js
Jori Lallo 01af3e8c36 CSS fixes
2017-11-07 22:02:07 -08:00

5 lines
95 B
JavaScript

// @flow
import Labeled, { Label } from './Labeled';
export default Labeled;
export { Label };