Skip to content

Commit

Permalink
Fiy missing package export for SpaceBox MDX component
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Mar 16, 2019
1 parent 66ffd66 commit b7faf6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/atoms/core/mdx-elements/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

import Image from "./Image";
import ShrinkedWidth from "./ShrinkedWidth";
import SpaceBox from "./SpaceBox";
import Video from "./Video";

export { Image, ShrinkedWidth, Video };
export { Image, ShrinkedWidth, SpaceBox, Video };

0 comments on commit b7faf6a

Please sign in to comment.