mirror of
https://github.com/ershisan99/flashcards-example-project.git
synced 2025-12-18 05:09:23 +00:00
7 lines
137 B
JavaScript
7 lines
137 B
JavaScript
import { addons } from '@storybook/manager-api'
|
|
import { themes } from '@storybook/theming'
|
|
|
|
addons.setConfig({
|
|
theme: themes.dark,
|
|
})
|