Skip to content

Commit

Permalink
fix: export MinervaProps from index
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-cratebind committed Oct 27, 2020
1 parent a4516d9 commit 7b2b9b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 24 deletions.
4 changes: 3 additions & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ export {
ReachGlobalStyles,
CSSReset,
} from './GlobalStyles';
export { default as defaultTheme, useTheme, useComponentStyles } from './theme';
// export { useTheme, useComponentStyles } from './theme';
export { default as baseTheme } from './theme';
export * from './theme';
export { default as styled } from 'styled-components';

/**
Expand Down Expand Up @@ -63,6 +64,7 @@ export { default as Button } from './Button';
export { default as Checkbox } from './Checkbox';
export { default as Switch } from './Switch';
export { default as Input } from './Input';
export * from './Input';
export * from './Combobox';
export * from './Menu';
export { RadioGroup, Radio } from './Radio';
Expand Down
23 changes: 0 additions & 23 deletions utils/SectionLink.tsx

This file was deleted.

0 comments on commit 7b2b9b0

Please sign in to comment.