chore: add link to story

This commit is contained in:
MAZE 2024-04-27 22:22:16 +03:30
parent 6fe9ce8915
commit f8fb1ed61e

View file

@ -14,5 +14,6 @@ type Story = StoryObj<typeof meta>;
export const Default: Story = {
args: {
children: 'Hello World',
href: '#',
},
};