Removed unused import
This commit is contained in:
parent
9c6ce9d1be
commit
989357f5a2
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
import fsPromises from 'fs/promises'
|
||||
import path from 'path'
|
||||
import type { NextApiRequest, NextApiResponse } from 'next'
|
||||
import { CustomLink } from '../../interfaces/LinkTypes';
|
||||
|
||||
export default async function userHandler(req: NextApiRequest, res: NextApiResponse) {
|
||||
const {
|
||||
|
|
Loading…
Reference in a new issue