Disable unused import

This commit is contained in:
Sam Carlton 2022-06-11 22:45:09 -05:00
parent 3f2101ad27
commit 9cd5f472ec

View file

@ -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'