diff options
Diffstat (limited to 'src/components/Loading')
-rw-r--r-- | src/components/Loading/Loading.tsx (renamed from src/components/Loading/Loading.js) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Loading/Loading.js b/src/components/Loading/Loading.tsx index e8793cc..a784be1 100644 --- a/src/components/Loading/Loading.js +++ b/src/components/Loading/Loading.tsx @@ -16,7 +16,7 @@ const useStyles = makeStyles(theme => ({ }, })); -const Loading = () => { +const Loading: React.FC = () => { const classes = useStyles(); return ( |