Skip to content

Commit a2ce72f

Browse files
fix: Dynamically get index style file
1 parent 039688c commit a2ce72f

5 files changed

Lines changed: 204 additions & 94 deletions

File tree

frontend/src/main.ts

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
1-
import { createApp } from "vue";
1+
import App from "@/App.vue";
22
import {
3-
FrappeUI,
43
Button,
54
FeatherIcon,
6-
setConfig,
5+
FrappeUI,
76
frappeRequest,
7+
setConfig,
88
} from "frappe-ui";
99
import { createPinia } from "pinia";
10-
import router from "./router";
11-
import App from "./App.vue";
10+
import { createApp } from "vue";
1211
import "./index.css";
12+
import router from "./router";
1313
import "./utils/arrayFunctions";
1414

15+
1516
const app = createApp(App);
1617
const pinia = createPinia();
1718

0 commit comments

Comments
 (0)