From 5db15b6ec7cd41cc15214f4448b064f4dd11f974 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Fri, 20 Aug 2021 13:17:57 -0700 Subject: demos -> examples Former-commit-id: 19a5d395bd41b0a0b854cdf749eb96149f91cbe1 --- demos/react-fast-refresh-test/src/main.tsx | 69 ------------------------------ 1 file changed, 69 deletions(-) delete mode 100644 demos/react-fast-refresh-test/src/main.tsx (limited to 'demos/react-fast-refresh-test/src/main.tsx') diff --git a/demos/react-fast-refresh-test/src/main.tsx b/demos/react-fast-refresh-test/src/main.tsx deleted file mode 100644 index 1a9948fe8..000000000 --- a/demos/react-fast-refresh-test/src/main.tsx +++ /dev/null @@ -1,69 +0,0 @@ -import React from "react"; - -export const Main = ({ productName }) => { - return ( - <> -
-
CSS HMR Stress Test
-

- This page visually tests how quickly a bundler can update CSS over Hot - Module Reloading. -

-
-
-
-

- - Ran:  - -

- -
-
-
-
- The progress bar should move from left to right smoothly. -
-
- -
-
-
-
-
- -
-
-
- -
-
-
- -
-
-
-
-
- The spinners should rotate & change color smoothly. -
-
-
- - - ); -}; -- cgit v1.2.3