From 891330d98d75b8621bda2dd7528e099af287060c Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Wed, 24 Sep 2025 10:32:25 +0200 Subject: Migrate to tailwind styles --- src/pages/index.astro | 1 - 1 file changed, 1 deletion(-) (limited to 'src/pages/index.astro') diff --git a/src/pages/index.astro b/src/pages/index.astro index fb90246..d41f1fa 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,7 +1,6 @@ --- import { Geshem } from '../components/Geshem'; import '../styles/global.css'; -import '../styles/geshem.css'; const { date } = Astro.params; --- -- cgit v1.3.1