From ef1aee7affe0ad918efe3f224fd154766ae021b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20UB?= <22903142+adrian-ub@users.noreply.github.com> Date: Wed, 9 Oct 2024 22:35:38 -0500 Subject: [PATCH] refactor: remove unnecessary reference to locals.d.ts --- src/locals.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/locals.ts b/src/locals.ts index 93d5745..12e6c49 100644 --- a/src/locals.ts +++ b/src/locals.ts @@ -1,5 +1,3 @@ -/// - import { defineMiddleware } from 'astro:middleware' import { useTranslations } from './utils/translations'