Skip to content

Commit

Permalink
feat(theme): export some of the things needed in the appkit website (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmenko authored Nov 6, 2019
1 parent bbe5824 commit 29e3789
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion packages/gatsby-theme-docs/index.js
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
// no-op file required for loading the plugin inside the private workspace
import * as designSystem from './src/design-system';

export { designSystem };
export { Card, SEO, Spacings, IconButton, Markdown } from './src/components';
export {
default as LayoutApplication,
} from './src/layouts/internals/layout-application';
export { default as LayoutHeader } from './src/layouts/internals/layout-header';
export { default as LayoutFooter } from './src/layouts/internals/layout-footer';
export { default as LayoutMain } from './src/layouts/internals/layout-main';
export { default as Globals } from './src/layouts/internals/globals';
export { default as createStyledIcon } from './src/utils/create-styled-icon';

0 comments on commit 29e3789

Please sign in to comment.