Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

Commit

Permalink
feat: export available components and utils
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Murray <hellomikemurray@gmail.com>
  • Loading branch information
mikemurray committed Apr 7, 2020
1 parent 0b99d52 commit 66191ae
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions package/src/index.js
Expand Up @@ -5,4 +5,13 @@ export { Reaction } from "./lib/core/reaction";

// Export React components
export { default as App } from "./App";
export { default as AppBar } from "./AppBar";
export { default as Blocks } from "./Blocks";
export { default as Dashboard } from "./Dashboard";
export { default as ContentLayout } from "./ContentLayout";
export { default as GenericErrorBoundary } from "./GenericErrorBoundary";
export { default as NavigationDrawer } from "./NavigationDrawer";
export { default as ProfileMenu } from "./ProfileMenu";
export { default as Routes } from "./Routes";
export { default as ShopLogo } from "./ShopLogo";
export { UIContext } from "./context/UIContext";

0 comments on commit 66191ae

Please sign in to comment.