diff --git a/app/ui/view/atom/button/button.stories.tsx b/app/ui/view/atom/button/button.stories.tsx index 0dbc6857..4cbafc6c 100644 --- a/app/ui/view/atom/button/button.stories.tsx +++ b/app/ui/view/atom/button/button.stories.tsx @@ -1,6 +1,6 @@ import React from 'react'; import type { Meta, StoryObj } from '@storybook/react'; -import { Button } from './button'; +import Button from './button'; const meta = { title: 'ui/view/atom/Button',