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