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

Revert "chore: fix bug"

This reverts commit 37c221f89c.
This commit is contained in:
Amir Raminfar
2024-06-17 19:10:29 -07:00
parent baf63ca9f1
commit 0d613a7c97

View File

@@ -1,6 +1,7 @@
// 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";