mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 10:37:45 +01:00
8 lines
167 B
JavaScript
8 lines
167 B
JavaScript
|
import { addons } from '@storybook/addons';
|
||
|
import { themes } from '@storybook/theming';
|
||
|
import theme from './maputnik.theme';
|
||
|
|
||
|
addons.setConfig({
|
||
|
theme: theme,
|
||
|
});
|