diff options
author | HampusM <hampus@hampusmat.com> | 2021-07-25 22:34:22 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2021-07-25 22:34:22 +0200 |
commit | 4bbf220296765a20c3ba03c5351b21618a835424 (patch) | |
tree | da6b685a7496bceb928d397f5a073edf1083af44 /packages/client/src/main.ts | |
parent | 7d27f9c7f1b57693dfdc0dd289015406b90984ec (diff) |
Reformated the client code a bit
Diffstat (limited to 'packages/client/src/main.ts')
-rw-r--r-- | packages/client/src/main.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/client/src/main.ts b/packages/client/src/main.ts index 10ea69d..4f043e6 100644 --- a/packages/client/src/main.ts +++ b/packages/client/src/main.ts @@ -2,4 +2,4 @@ import { createApp } from "vue"; import App from "./App.vue"; import router from "./router"; -createApp(App).use(router).mount("#app"); +createApp(App).use(router).mount("#app");
\ No newline at end of file |