Skip to content

Commit

Permalink
fix: imports
Browse files Browse the repository at this point in the history
  • Loading branch information
OCDkirby committed Nov 20, 2023
1 parent 0345732 commit 0adccdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ import 'vfonts/FiraSans.css';
import { defineComponent, ref } from 'vue';
import { PedestrianFamily, ToolBox, GameConsole, Linux } from '@vicons/carbon';
import { GlobalThemeOverrides, darkTheme, NLayout, NCarousel } from 'naive-ui'
import { BuiltInGlobalTheme } from 'naive-ui/es/themes/interface';
import { CardThemeVars } from 'naive-ui/es/card/styles';
import { TypographyThemeVars } from 'naive-ui/es/typography/styles';
import { GradientTextThemeVars } from 'naive-ui/es/gradient-text/styles';
import { MenuThemeVars } from 'naive-ui/es/menu/styles';
import { ButtonThemeVars } from 'naive-ui/es/button/styles';
const menuOverrides: Partial<MenuThemeVars> = {
fontSize: '12pt',
Expand Down

0 comments on commit 0adccdc

Please sign in to comment.