From 9f7cb2c0265d1c3adcf58652a43355dbc7f73378 Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Sun, 17 Nov 2024 04:21:10 +0100 Subject: chore: Add website auto build using github pages --- web/src/pages/texture-packs.astro | 1 - 1 file changed, 1 deletion(-) (limited to 'web/src/pages') diff --git a/web/src/pages/texture-packs.astro b/web/src/pages/texture-packs.astro index 77d8a37..ee511f9 100644 --- a/web/src/pages/texture-packs.astro +++ b/web/src/pages/texture-packs.astro @@ -1,7 +1,6 @@ --- import Base from "../layouts/Base.astro"; import NavBar from "../components/NavBar.astro"; -import Content from "../layouts/Content.astro"; --- -- cgit