mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 09:39:09 +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 = {
|
module.exports = {
|
||||||
stories: [
|
stories: [
|
||||||
|
'../*.stories.mdx',
|
||||||
...['atoms', 'molecules', 'organisms', 'templates'].map(
|
...['atoms', 'molecules', 'organisms', 'templates'].map(
|
||||||
(dir) => `../${dir}/**/*.stories.@(tsx|mdx)`
|
(dir) => `../${dir}/**/*.stories.@(tsx|mdx)`
|
||||||
),
|
),
|
||||||
'*.stories.mdx',
|
|
||||||
],
|
],
|
||||||
addons: ['@storybook/addon-links', '@storybook/addon-essentials'],
|
addons: ['@storybook/addon-links', '@storybook/addon-essentials'],
|
||||||
reactOptions: {
|
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
Add a link
Reference in a new issue