* Add a new story for dark mode * Reorganize storybook menu * Fix command menu margins * Fix tests
11 lines
167 B
Plaintext
11 lines
167 B
Plaintext
{ /* App.mdx */ }
|
|
|
|
import { Canvas, Meta } from '@storybook/blocks';
|
|
|
|
import * as App from './App.stories';
|
|
|
|
<Meta of={App} />
|
|
|
|
# App View
|
|
|
|
<Canvas of={App.Default} /> |