From a314b5350e269676e8c39eda4cc7842751b1a7fc Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 1 Sep 2020 02:32:06 +0800 Subject: ... --- Timeline/ClientApp/src/app/views/common/LoadingPage.tsx | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Timeline/ClientApp/src/app/views/common/LoadingPage.tsx (limited to 'Timeline/ClientApp/src/app/views/common/LoadingPage.tsx') diff --git a/Timeline/ClientApp/src/app/views/common/LoadingPage.tsx b/Timeline/ClientApp/src/app/views/common/LoadingPage.tsx new file mode 100644 index 00000000..a849126d --- /dev/null +++ b/Timeline/ClientApp/src/app/views/common/LoadingPage.tsx @@ -0,0 +1,12 @@ +import React from "react"; +import { Spinner } from "reactstrap"; + +const LoadingPage: React.FC = () => { + return ( +
+ +
+ ); +}; + +export default LoadingPage; -- cgit v1.2.3