Skip to content

Commit 3b36268

Browse files
committed
chore: remove unused imports
1 parent 0d27998 commit 3b36268

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

packages/nuxt/src/runtime/auth/api.session.ts

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
1-
import {
2-
readBody,
3-
setCookie,
4-
assertMethod,
5-
defineEventHandler,
6-
H3Response,
7-
setHeader,
8-
} from 'h3'
9-
import { useRuntimeConfig } from '#app'
1+
import { readBody, setCookie, assertMethod, defineEventHandler } from 'h3'
102

113
/**
124
* Setups an API endpoint to be used by the client to mint a cookie based auth session.

0 commit comments

Comments
 (0)