aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-create-react-app/apps/docs/src/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-create-react-app/apps/docs/src/index.tsx')
-rw-r--r--examples/with-create-react-app/apps/docs/src/index.tsx17
1 files changed, 0 insertions, 17 deletions
diff --git a/examples/with-create-react-app/apps/docs/src/index.tsx b/examples/with-create-react-app/apps/docs/src/index.tsx
deleted file mode 100644
index ad9cbbb..0000000
--- a/examples/with-create-react-app/apps/docs/src/index.tsx
+++ /dev/null
@@ -1,17 +0,0 @@
-import React from "react";
-import ReactDOM from "react-dom";
-import "./index.css";
-import App from "./App";
-import reportWebVitals from "./reportWebVitals";
-
-ReactDOM.render(
- <React.StrictMode>
- <App />
- </React.StrictMode>,
- document.getElementById("root")
-);
-
-// If you want to start measuring performance in your app, pass a function
-// to log results (for example: reportWebVitals(console.log))
-// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals
-reportWebVitals();