mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-02 18:39:05 +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,
|
|
});
|