mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
8 lines
108 B
JavaScript
8 lines
108 B
JavaScript
|
import { addons } from '@storybook/addons';
|
||
|
|
||
|
addons.setConfig({
|
||
|
sidebar: {
|
||
|
showRoots: false,
|
||
|
},
|
||
|
});
|