Skip to content

Commit

Permalink
update import
Browse files Browse the repository at this point in the history
  • Loading branch information
tnamdevnote committed May 10, 2024
1 parent e7b63a6 commit c7349b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion archive/hero.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Meta, StoryObj } from "@storybook/react";
import HeroSection from "./heroSection";
import HeroSection from "../app/(main)/components/heroSection/heroSection";

const meta: Meta<typeof HeroSection> = {
title: "Pages/Home/HeroSection",
Expand Down
2 changes: 1 addition & 1 deletion archive/home.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Meta, StoryObj } from "@storybook/react";
import Home from "./page";
import Home from "../app/(main)/page";

const meta: Meta<typeof Home> = {
title: "Pages/Home",
Expand Down

0 comments on commit c7349b1

Please sign in to comment.