aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components')
-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;