mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
fc9047ad02
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7921 GitOrigin-RevId: 98763befe3e6ab385b1f9eec50e87531455f52ee
8 lines
108 B
JavaScript
8 lines
108 B
JavaScript
import { addons } from '@storybook/addons';
|
|
|
|
addons.setConfig({
|
|
sidebar: {
|
|
showRoots: false,
|
|
},
|
|
});
|