mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
f5449dc4b0
Set up Storybook and add Outline stories GitOrigin-RevId: 2635ad142ef152a5ee8023c10cf31f344fbd7e8d
6 lines
131 B
JavaScript
6 lines
131 B
JavaScript
import { addons } from '@storybook/addons'
|
|
import { themes } from '@storybook/theming'
|
|
|
|
addons.setConfig({
|
|
theme: themes.dark
|
|
})
|