Browse Source

Update index.tsx

pull/224/head
zisra 3 years ago committed by GitHub
parent
commit
06a44da9cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/index.tsx

2
src/index.tsx

@ -2,7 +2,7 @@ import "core-js/stable"; @@ -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";

Loading…
Cancel
Save