Skip to content

Commit a31b9ed

Browse files
luizhf42gustavosbarreto
authored andcommitted
fix(ui): import global CSS in admin's App.vue
1 parent 5198bf2 commit a31b9ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/admin/src/App.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
import { computed } from "vue";
1111
import AppLayout from "./layouts/AppLayout.vue";
1212
import useLayoutStore from "@/store/modules/layout";
13+
import "@/assets/global.css";
1314
1415
const layoutStore = useLayoutStore();
1516
const theme = computed(() => layoutStore.theme);

0 commit comments

Comments
 (0)