From 89560a61bc6e41d86acaea596762eda2da38fe50 Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Mon, 9 Sep 2024 19:29:42 +0300 Subject: refactor: upload run form, lots of random shit --- frontend/src/components/Loading.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 frontend/src/components/Loading.tsx (limited to 'frontend/src/components/Loading.tsx') diff --git a/frontend/src/components/Loading.tsx b/frontend/src/components/Loading.tsx new file mode 100644 index 0000000..b7973f1 --- /dev/null +++ b/frontend/src/components/Loading.tsx @@ -0,0 +1,11 @@ +import React from 'react'; + +const Loading: React.FC = () => { + + return ( +
+ ); + +}; + +export default Loading; -- cgit v1.2.3