Remove unused import.
parent
a69cdf761b
commit
9cc30c6ac4
|
@ -17,7 +17,7 @@
|
|||
|
||||
import { withIronSession } from 'next-iron-session';
|
||||
import type { Session } from 'next-iron-session';
|
||||
import { IncomingMessage, ServerResponse } from 'http';
|
||||
import { IncomingMessage } from 'http';
|
||||
import { NextApiResponse, NextPageContext } from 'next';
|
||||
import { DocumentContext } from 'next/document';
|
||||
|
||||
|
|
Loading…
Reference in New Issue