From 9e3e9a2d6da9f33f2cfcdb10254f5ef37955019c Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Wed, 13 Oct 2021 00:28:20 -0700 Subject: Clean up examples a little --- examples/hello-create-react-app/src/App.jsx | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 examples/hello-create-react-app/src/App.jsx (limited to 'examples/hello-create-react-app/src/App.jsx') diff --git a/examples/hello-create-react-app/src/App.jsx b/examples/hello-create-react-app/src/App.jsx deleted file mode 100644 index a675d389d..000000000 --- a/examples/hello-create-react-app/src/App.jsx +++ /dev/null @@ -1,25 +0,0 @@ -import logo from "./logo.svg"; -import * as React from "react"; -import "./App.css"; - -function App() { - const ms = Date.now() - parseInt(window.location.search.substring(1), 10); - return ( -
-
- logo -

Loaded in {ms}ms.

- - Learn React - -
-
- ); -} - -export default App; -- cgit v1.2.3