Skip to content

Commit

Permalink
fix wrong fn
Browse files Browse the repository at this point in the history
  • Loading branch information
yyyyaaa committed Sep 17, 2024
1 parent 244b964 commit 79ecbcd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 51 deletions.
5 changes: 1 addition & 4 deletions packages/vue/.storybook/WithThemeDecorator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,9 @@
</template>

<script setup lang="ts">
import { ref } from "vue";
import { ThemeProvider, Box, Stack, IconButton } from "../src";
import { useTheme } from "./useTheme";
import { ThemeProvider, Box, Stack, IconButton, useTheme } from "../src";
import "../src/styles/global.css";
const accent = ref("blue");
const { theme, themeClass, setTheme } = useTheme();
const toggleTheme = () => {
Expand Down
47 changes: 0 additions & 47 deletions packages/vue/.storybook/useTheme.ts

This file was deleted.

0 comments on commit 79ecbcd

Please sign in to comment.