mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 03:49:11 +00:00
cleanup storybook
This commit is contained in:
parent
1829035694
commit
17bceae60f
3 changed files with 1 additions and 9 deletions
|
@ -1,9 +1,9 @@
|
|||
module.exports = {
|
||||
stories: [
|
||||
'../*.stories.mdx',
|
||||
...['atoms', 'molecules', 'organisms', 'templates'].map(
|
||||
(dir) => `../${dir}/**/*.stories.@(tsx|mdx)`
|
||||
),
|
||||
'*.stories.mdx',
|
||||
],
|
||||
addons: ['@storybook/addon-links', '@storybook/addon-essentials'],
|
||||
reactOptions: {
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
import * as React from 'react';
|
||||
|
||||
type Props = {
|
||||
children: React.ReactNode;
|
||||
};
|
||||
const Link = (props: Props) => <>{props.children}</>;
|
||||
|
||||
export default Link;
|
Loading…
Add table
Reference in a new issue