Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
Export XY-Grid components in src/index.js (#49)
Browse files Browse the repository at this point in the history
This should fix #48.
  • Loading branch information
Brent Odell authored and crisu83 committed Sep 5, 2017
1 parent b67bf64 commit 7291400
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ export { Switch, SwitchInput, SwitchPaddle, SwitchActive, SwitchInactive } from
export { Thumbnail, ThumbnailLink } from './components/thumbnail';
export { Tabs, TabItem, TabsContent, TabPanel } from './components/tabs';
export { TopBar, TopBarTitle, TopBarLeft, TopBarRight } from './components/top-bar';
export { GridContainer, Grid, Cell } from './components/xy-grid';
export { Breakpoints, Colors, Sizes, Alignments, FloatTypes, InputTypes, GutterTypes, ExtendedBreakpoints, SpaceControls } from './enums';

0 comments on commit 7291400

Please sign in to comment.