Skip to content

Commit

Permalink
chore: Button stories import error 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
gahyuun committed Feb 18, 2024
1 parent 60b333c commit 848c73f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ui/view/atom/button/button.stories.tsx
Original file line number Diff line number Diff line change
@@ -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',
Expand Down

0 comments on commit 848c73f

Please sign in to comment.