import { addons } from "@storybook/manager-api";
import myvbvTheme from "./myvbvTheme";
addons.setConfig({
theme: myvbvTheme,
});