summaryrefslogtreecommitdiff
path: root/src/components/Loading.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Loading.tsx')
-rw-r--r--src/components/Loading.tsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/Loading.tsx b/src/components/Loading.tsx
index 7f83416..2db01da 100644
--- a/src/components/Loading.tsx
+++ b/src/components/Loading.tsx
@@ -1,10 +1,9 @@
-
import React from 'react';
import s0 from './Loading.module.css';
type Props = {
- height?: string;
+ height?: string;
};
const Loading = ({ height }: Props) => {