mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 08:27:45 +01:00
9 lines
175 B
JavaScript
9 lines
175 B
JavaScript
|
import { create } from '@storybook/theming/create';
|
||
|
|
||
|
export default create({
|
||
|
base: 'light',
|
||
|
|
||
|
brandTitle: 'Maputnik',
|
||
|
brandUrl: 'https://github.com/maputnik/editor',
|
||
|
});
|