diff options
| author | Haishan <[email protected]> | 2020-11-13 23:03:41 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2020-11-13 23:03:41 +0800 |
| commit | 3bbca8017b5de78ce982efd6d2889262bff2d7d1 (patch) | |
| tree | 19550d8ef68bca2b36a92b1c6e677bd4e6418a55 /src/components/Loading.tsx | |
| parent | 837cca81317fe7158bc1be2d07949e64d07a0293 (diff) | |
chore: remove husky and lint-staged
Diffstat (limited to 'src/components/Loading.tsx')
| -rw-r--r-- | src/components/Loading.tsx | 3 |
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) => { |
