repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
feat(INDA-383): daily stats.
[ProtonMail-WebClient.git]
/
applications
/
storybook
/
.storybook
/
manager.js
blob
c76d1e51c16322bac7074c8f05ad142b39c79886
1
import
{
addons
}
from
'@storybook/addons'
;
2
import
{
themes
}
from
'@storybook/theming'
;
3
4
import
theme
from
'./theme'
;
5
6
addons
.
setConfig
({
7
theme
:
theme
,
8
showToolbar
:
true
,
9
});