Stil fixing database writes

This commit is contained in:
Matthew Aaron Raymer
2022-12-13 17:47:04 +08:00
parent 571fd241aa
commit aad6b8273b
3 changed files with 17 additions and 4 deletions

View File

@@ -45,6 +45,7 @@ library.add(
);
import { FontAwesomeIcon } from "@fortawesome/vue-fontawesome";
import { db } from "./libs/db";
createApp(App)
.component("fa", FontAwesomeIcon)