Skip to content

Commit

Permalink
fix: storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
yo-iwamoto committed Apr 8, 2024
1 parent d2acb74 commit a9fe6de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .storybook/preview.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { Preview } from "@storybook/react";
import "@/styles/global.scss";
import type { Preview } from "@storybook/react";

const preview: Preview = {
parameters: {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { Meta, StoryObj } from "@storybook/react";
import type { ComponentPropsWithoutRef } from "react";
import { PostCardList } from "./post-card-list";
import type { StoryObj, Meta } from "@storybook/react";

type Article = ComponentPropsWithoutRef<typeof PostCardList.Card>["article"];

Expand Down

0 comments on commit a9fe6de

Please sign in to comment.