-
- Copied!
-
-
@@ -30,7 +34,9 @@ button.copy:hover {
diff --git a/src/plugins/bootstrap.client.ts b/src/plugins/bootstrap.client.ts
index 926ac03..a7ac240 100644
--- a/src/plugins/bootstrap.client.ts
+++ b/src/plugins/bootstrap.client.ts
@@ -1,5 +1,6 @@
+// @ts-ignore
import bootstrap from "bootstrap/dist/js/bootstrap.bundle.min";
export default defineNuxtPlugin(nuxtApp => {
nuxtApp.provide("bootstrap", bootstrap);
-})
+});
diff --git a/src/stores/stateStore.ts b/src/stores/stateStore.ts
index 6c8334e..e371728 100644
--- a/src/stores/stateStore.ts
+++ b/src/stores/stateStore.ts
@@ -1,6 +1,9 @@
import { defineStore } from "pinia"
import { ref } from "vue";
+// @ts-ignore
+import bootstrap from "bootstrap/dist/js/bootstrap.bundle.min";
+
export const useStateStore = defineStore("state", () => {
const colorMode = ref