From 9cd5f472ecfe71c12c045721020c0b7e261aba29 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Sat, 11 Jun 2022 22:45:09 -0500 Subject: [PATCH] Disable unused import --- src/pages/404.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/404.astro b/src/pages/404.astro index 06fb4ec..93c9319 100644 --- a/src/pages/404.astro +++ b/src/pages/404.astro @@ -1,6 +1,6 @@ --- // import { getPathPartsFromAstroRequest } from '~/helpers/url.js' -import { catchRedirectResponse } from '~/helpers/astro/request.js' +// import { catchRedirectResponse } from '~/helpers/astro/request.js' import Layout from '../layouts/default.astro' import LinkButton from '~/components/link-button.vue'