diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2024-09-09 19:29:42 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2024-09-09 19:29:42 +0300 |
| commit | 89560a61bc6e41d86acaea596762eda2da38fe50 (patch) | |
| tree | 1cf4b7c73c17f045d3f4837b480ddf7a61230a94 /frontend/src/components/Loading.tsx | |
| parent | refactor: rankings page (diff) | |
| download | lphub-89560a61bc6e41d86acaea596762eda2da38fe50.tar.gz lphub-89560a61bc6e41d86acaea596762eda2da38fe50.tar.bz2 lphub-89560a61bc6e41d86acaea596762eda2da38fe50.zip | |
refactor: upload run form, lots of random shit
Diffstat (limited to 'frontend/src/components/Loading.tsx')
| -rw-r--r-- | frontend/src/components/Loading.tsx | 11 |
1 files changed, 11 insertions, 0 deletions
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 @@ | |||
| 1 | import React from 'react'; | ||
| 2 | |||
| 3 | const Loading: React.FC = () => { | ||
| 4 | |||
| 5 | return ( | ||
| 6 | <section id='section6' className='summary2' /> | ||
| 7 | ); | ||
| 8 | |||
| 9 | }; | ||
| 10 | |||
| 11 | export default Loading; | ||