From 46654f6413b5410f4db33b314a2112db19e9f62e Mon Sep 17 00:00:00 2001 From: devjiwonchoi Date: Thu, 19 Sep 2024 05:54:02 +0900 Subject: [PATCH] chore: revert unintentional deleted line --- packages/next/src/client/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/next/src/client/index.tsx b/packages/next/src/client/index.tsx index 554e0735beb14..820888a9c3ea0 100644 --- a/packages/next/src/client/index.tsx +++ b/packages/next/src/client/index.tsx @@ -1,5 +1,6 @@ /* global location */ import '../build/polyfills/polyfill-module' + import type Router from '../shared/lib/router/router' import type { AppComponent,