Skip to content

Commit

Permalink
fix: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
belgattitude committed Nov 21, 2022
1 parent bd3686e commit b624dd4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions apps/nextjs-app/src/pages/api/rest/post/[id].ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
import {
HttpBadRequest,
HttpException,
HttpMethodNotAllowed,
HttpNotFound,
} from '@httpx/exception';
import { HttpException, HttpNotFound } from '@httpx/exception';
import { zodReq } from '@nextvalid/zod-request';
import { JsonApiResponseFactory } from '@your-org/core-lib/api/json-api';
import type { NextApiRequest, NextApiResponse } from 'next';
Expand Down

0 comments on commit b624dd4

Please sign in to comment.