| 1234567891011 |
- import {
- create
- } from '@storybook/theming';
- export default create({
- base: 'light',
- brandTitle: 'NCore Web',
- brandUrl: 'https://ncore.nibgat.space/web',
- brandImage: 'https://ncore.nibgat.space/assets/images/ncoreweb.png',
- brandTarget: '_self',
- });
|