Skip to content

Commit

Permalink
Revert changes in storybook fix pr (#621)
Browse files Browse the repository at this point in the history
* fix storybook

* fix the storybook loading
  • Loading branch information
choden-dev authored Jul 12, 2024
1 parent 9d5873e commit 9ea6887
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,8 @@
"extends": [
"plugin:storybook/recommended"
]
},
"installConfig": {
"hoistingLimits": "workspaces"
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { Meta, StoryObj } from "@storybook/react"
import AboutSection from "./AboutSection"
import ImageLeft from "@/assets/images/hut.png"
import ImageRight from "@/assets/images/MountainBackgroundImage.png"
import ImageLeft from "public/images/MountainBackgroundImage.png"
import ImageRight from "public/images/AboutBackgroundImage.png"

const meta: Meta<typeof AboutSection> = {
component: AboutSection
Expand Down

0 comments on commit 9ea6887

Please sign in to comment.