Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit cec0ee0

Browse files
committed
Fix issues with the Hero import
1 parent 478a956 commit cec0ee0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/molecules/Hero/Hero.stories.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import Hero from './Hero'
2+
import Hero from './'
33

44
/**
55
* The following is a story.

components/molecules/Hero/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export {Hero} from './Hero'
1+
export {default} from './Hero'

0 commit comments

Comments
 (0)