Skip to content

Commit e5bfdb5

Browse files
committed
Below are the changes
1. Package json is updated with newer version of story book (so dependencies related to that is updated) 2. package-lock.json changes updated with right version dependencies is provided 3. preview.js is updated with file index.css so that tail wind css utilities is exposed to story book 4. SocialLink.stories.jsx is created to have information about various social links thats used in the project
1 parent db5f72e commit e5bfdb5

File tree

4 files changed

+622
-3931
lines changed

4 files changed

+622
-3931
lines changed

.storybook/preview.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/** @type { import('@storybook/react').Preview } */
2+
import '../src/index.css';
23
const preview = {
34
parameters: {
45
controls: {

0 commit comments

Comments
 (0)