1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-26 23:21:41 +01:00

chore: fix bug

This commit is contained in:
Amir Raminfar
2024-06-17 17:09:43 -07:00
parent 8e894f0e65
commit 37c221f89c

View File

@@ -1,7 +1,6 @@
// https://vitepress.dev/guide/custom-theme
import { h } from "vue";
import Theme from "vitepress/theme";
import "@fontsource-variable/playfair-display";
import "./style.css";
import HeroVideo from "./components/HeroVideo.vue";
import BuyMeCoffee from "./components/BuyMeCoffee.vue";