aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/Loading.tsx
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2024-10-30 12:55:03 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2024-10-30 12:55:03 +0300
commit1953305b197e33ce905e83076acff84fb01ee23b (patch)
tree69418bcbfa466747786755a82e82dbf57a991ea7 /frontend/src/components/Loading.tsx
parentfrontend: h2 to h3 (diff)
downloadlphub-1953305b197e33ce905e83076acff84fb01ee23b.tar.gz
lphub-1953305b197e33ce905e83076acff84fb01ee23b.tar.bz2
lphub-1953305b197e33ce905e83076acff84fb01ee23b.zip
frontend: fix return to game button
Diffstat (limited to 'frontend/src/components/Loading.tsx')
-rw-r--r--frontend/src/components/Loading.tsx11
1 files changed, 0 insertions, 11 deletions
diff --git a/frontend/src/components/Loading.tsx b/frontend/src/components/Loading.tsx
deleted file mode 100644
index b7973f1..0000000
--- a/frontend/src/components/Loading.tsx
+++ /dev/null
@@ -1,11 +0,0 @@
1import React from 'react';
2
3const Loading: React.FC = () => {
4
5 return (
6 <section id='section6' className='summary2' />
7 );
8
9};
10
11export default Loading;