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

Commit cc4a0f7

Browse files
committed
add titles to stories, install knobs, export package content
1 parent 47f07a9 commit cc4a0f7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/index.js

+8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
1+
<<<<<<< HEAD
12
import Components from './components'
3+
=======
4+
import { BaseButton } from './components'
5+
>>>>>>> add titles to stories, install knobs, export package content
26
import config from './../tailwind.config.js';
37

48
module.exports = {
59
config,
10+
<<<<<<< HEAD
611
...Components
12+
=======
13+
BaseButton
14+
>>>>>>> add titles to stories, install knobs, export package content
715
};

0 commit comments

Comments
 (0)