Skip to content

Commit

Permalink
fix: 잘못된 import 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hamo-o committed Sep 1, 2024
1 parent b56960e commit ecca381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/components/Toast/Toast.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { Meta, StoryObj } from "@storybook/react";

import Toast from ".";
import { Toast } from ".";

const meta: Meta<typeof Toast> = {
title: "Shared/Toast",
Expand Down

0 comments on commit ecca381

Please sign in to comment.