chore: add autodocs for button

This commit is contained in:
MAZE 2024-04-27 22:47:23 +03:30
parent f19d151f4a
commit 3f3bcdda21

View file

@ -4,6 +4,7 @@ import { SpecialButton } from './special-button';
const meta: Meta<typeof SpecialButton> = {
component: SpecialButton,
tags: ['autodocs'],
title: 'SpecialButton',
};