diff options
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; | ||