Skip to content

Commit

Permalink
chore: Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
trandaison committed Oct 3, 2024
1 parent 471f92b commit 8f3d674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/utils/UniversalCookie.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useRequestEvent } from '#imports';
import cookie, { type CookieSerializeOptions } from 'cookie';
import { setCookie as _setCookie, deleteCookie, type H3Event, type EventHandlerRequest } from 'h3';
import { setCookie as _setCookie, deleteCookie } from 'h3';

export default class UniversalCookie {
private requestEvent;
Expand Down

0 comments on commit 8f3d674

Please sign in to comment.