From 304c149ef994f4cf191da034632232085b709dbf Mon Sep 17 00:00:00 2001 From: Harminder Virk Date: Fri, 13 Dec 2024 16:04:43 +0530 Subject: [PATCH] style: remove unused import --- examples/web.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/web.ts b/examples/web.ts index 25dbb4b..c0fbee2 100644 --- a/examples/web.ts +++ b/examples/web.ts @@ -7,7 +7,6 @@ * file that was distributed with this source code. */ -import cookie from 'cookie' import { createServer } from 'node:http' import { createError } from '@poppinss/exception'