fix: remove unused import

pull/9078/head
Agusti Fernandez Pardo 2022-07-05 20:13:13 +02:00
parent a63b623a7d
commit 9b5c7c5120
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
import { label } from "next-api-middleware";
import PagesManifestPlugin from "next/dist/build/webpack/plugins/pages-manifest-plugin";
import { addRequestId } from "./addRequestid";
import { captureErrors } from "./captureErrors";