mirror of
https://github.com/drawdb-io/drawdb.git
synced 2026-02-13 02:12:56 +08:00
Add speed insights (#359)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import ReactDOM from "react-dom/client";
|
||||
import { LocaleProvider } from "@douyinfe/semi-ui";
|
||||
import { Analytics } from "@vercel/analytics/react";
|
||||
import { SpeedInsights } from "@vercel/speed-insights/react";
|
||||
import App from "./App.jsx";
|
||||
import en_US from "@douyinfe/semi-ui/lib/es/locale/source/en_US";
|
||||
import "./index.css";
|
||||
@@ -11,5 +12,6 @@ root.render(
|
||||
<LocaleProvider locale={en_US}>
|
||||
<App />
|
||||
<Analytics />
|
||||
<SpeedInsights />
|
||||
</LocaleProvider>,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user