mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-04 18:59:08 +01:00
7 lines
113 B
TypeScript
7 lines
113 B
TypeScript
|
import { addons } from "@storybook/manager-api";
|
||
|
import theme from "./theme";
|
||
|
|
||
|
addons.setConfig({
|
||
|
theme,
|
||
|
});
|