diff --git a/app/utils/errors.ts b/app/utils/errors.ts index aeafdfb9..3b7a1333 100644 --- a/app/utils/errors.ts +++ b/app/utils/errors.ts @@ -1,4 +1,3 @@ -import type { NuxtApp } from '#app'; import type { H3Error } from 'h3'; export function sendError(error: Error, properties?: Record) {