-
-
+
+
+
+
- {{ tagline }}
-
-
-
- {{ title }}
-
+ >
+ {{ tagline }}
+
+
+ {{ title }}
+
+
-
+
-
-
+
diff --git a/src/index.ts b/src/index.ts
index c3c71341..0d8960c9 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -2,8 +2,6 @@ import { type App } from "vue";
import * as components from "./components";
-import "../public/assets/temporary/muenchende-style.css";
-
function install(app: App) {
for (const key in components) {
// @ts-expect-error