diff --git a/src/index.tsx b/src/index.tsx index c1813efe..1ba12d5e 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -2,7 +2,7 @@ import "core-js/stable"; import React, { Suspense } from "react"; import ReactDOM from "react-dom"; import { BrowserRouter, HashRouter } from "react-router-dom"; -import type { ReactNode } from "react/index"; +import type { ReactNode } from "react-router-dom/node_modules/@types/react/index"; import { ErrorBoundary } from "@/components/layout/ErrorBoundary"; import { conf } from "@/setup/config"; import { registerSW } from "virtual:pwa-register";