1
0
Fork 0

Added peer dependencies for components

This commit is contained in:
Joost De Cock 2019-05-03 12:27:38 +02:00
parent e8874ea7ef
commit 90807475c1
2 changed files with 5 additions and 1 deletions

View file

@ -4,3 +4,4 @@ export { default as Logo } from "./Logo";
export { default as Navbar } from "./Navbar";
export { default as Ogol } from "./Ogol";
export { default as withGist } from "./withGist";
export { default as Workbench } from "./Workbench";