From abe1e9d2d2b604d1ff5c484864f2867d4f2a8a33 Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 17 Jul 2023 07:52:52 +0200 Subject: [PATCH] refactor: clean code --- src/pages/index.astro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 0c3416f..3dae2d4 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -14,12 +14,12 @@ export type Data = typeof data;