[21/n][Storybook] SearchBar (#60)
This commit is contained in:
commit
ca8863e1d6
@ -0,0 +1,15 @@
|
||||
import { StoryObj, Meta } from '@storybook/react';
|
||||
|
||||
import SearchBar from 'components/SearchBar';
|
||||
|
||||
const meta: Meta<typeof SearchBar> = {
|
||||
title: 'Components/SearchBar',
|
||||
component: SearchBar,
|
||||
tags: ['autodocs'],
|
||||
};
|
||||
|
||||
export default meta;
|
||||
|
||||
type Story = StoryObj<typeof SearchBar>;
|
||||
|
||||
export const Default: Story = {};
|
Loading…
Reference in New Issue
Block a user