From 93ce8560fa19c3a91de99643fdbbe4f895a47b84 Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 11 Jun 2020 17:27:15 +0800 Subject: feat(front): Service worker is coming! --- Timeline/ClientApp/src/common/LoadingPage.tsx | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 Timeline/ClientApp/src/common/LoadingPage.tsx (limited to 'Timeline/ClientApp/src/common/LoadingPage.tsx') diff --git a/Timeline/ClientApp/src/common/LoadingPage.tsx b/Timeline/ClientApp/src/common/LoadingPage.tsx deleted file mode 100644 index c1bc7105..00000000 --- a/Timeline/ClientApp/src/common/LoadingPage.tsx +++ /dev/null @@ -1,12 +0,0 @@ -import React from 'react'; -import { Spinner } from 'reactstrap'; - -const LoadingPage: React.FC = () => { - return ( -
- -
- ); -}; - -export default LoadingPage; -- cgit v1.2.3