mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 21:51:17 +08:00
Remove todos
This commit is contained in:
parent
fb2cc54f0a
commit
a80620f38d
@ -2,11 +2,6 @@ import type { Meta, StoryObj } from '@storybook/react';
|
||||
|
||||
import { Button } from './Button';
|
||||
|
||||
// TODO
|
||||
// 1. Only one comment about args <- For sure
|
||||
// 2. Only one comment above meta
|
||||
// 3. And change links to point to 7.0
|
||||
|
||||
// More on how to set up stories at: https://storybook.js.org/docs/7.0/react/writing-stories/introduction
|
||||
const meta: Meta<typeof Button> = {
|
||||
title: 'Example/Button',
|
||||
|
Loading…
x
Reference in New Issue
Block a user