From d09194f05a372e3ed136aa288ae76cae8c1dc641 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Sun, 20 Jun 2021 18:15:13 -0700 Subject: Support live-reload and fallback Former-commit-id: c3f9d77391589b65951616a632af87107fba469f --- demos/react-fast-refresh-test/src/components/new-comp.tsx | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 demos/react-fast-refresh-test/src/components/new-comp.tsx (limited to 'demos/react-fast-refresh-test/src/components/new-comp.tsx') diff --git a/demos/react-fast-refresh-test/src/components/new-comp.tsx b/demos/react-fast-refresh-test/src/components/new-comp.tsx deleted file mode 100644 index f09c64a54..000000000 --- a/demos/react-fast-refresh-test/src/components/new-comp.tsx +++ /dev/null @@ -1,3 +0,0 @@ -export const NewComponent = () => { - return
NEW!
; -}; -- cgit v1.2.3