c2siorg / Codelabz

Codelabz
Apache License 2.0
12 stars 51 forks source link

Wrong path file in Codelabz-final/src/stories/CodeFeed/ExploreOrg/index.stories.jsx #35

Closed manzil-infinity180 closed 7 months ago

manzil-infinity180 commented 9 months ago

Describe the bug Not a big deal , just i am running storybook and i found that npm run storybook

Internal server error: Failed to resolve import "../ ../../components/MyFeed/ExploreOrgs" from "src/stories
/CodeFeed/ExploreOrg/index.stories.jsx". Does the file exist?
Screenshot 2024-02-05 at 1 45 06 AM

So for confirmation that it is not from my side , i checked the c2siorg/Codelabz repo [official]

Screenshot 2024-02-05 at 1 49 40 AM

Current path

import ExploreOrg from "../../../components/MyFeed/ExploreOrgs";

So the problem is that - the file is now present at that path Codelabz-final/src/components/MyFeed/discoverOrgs/OrgExplore.jsx

  1. Go to 'Codelabz-final/src/stories/CodeFeed/ExploreOrg/index.stories.jsx'

Expected behavior Change the path to

import ExploreOrg from "../../../components/MyFeed/discoverOrgs/OrgExplore";

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

github-actions[bot] commented 8 months ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 7 months ago

This issue was closed because it has been inactive for 14 days since being marked as stale.