fix(frontend): Correct import casing

This commit is contained in:
2025-11-15 08:54:36 +01:00
parent 336ad09274
commit ab0d262b6f

View File

@@ -1,4 +1,4 @@
import type { OAuthTokenResponse } from '~~/types/oauth' import type { OAuthTokenResponse } from '~~/types/oAuth'
export default eventHandler(async (event) => { export default eventHandler(async (event) => {
const config = useRuntimeConfig() const config = useRuntimeConfig()