From 06a44da9ccc6638c18f557432d525b5aa61ab2af Mon Sep 17 00:00:00 2001 From: zisra <100528712+zisra@users.noreply.github.com> Date: Sun, 2 Apr 2023 10:29:44 -0500 Subject: [PATCH] Update index.tsx --- src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";