diff options
Diffstat (limited to 'src/components/Loading.tsx')
| -rw-r--r-- | src/components/Loading.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Loading.tsx b/src/components/Loading.tsx index 208c4af..12ced75 100644 --- a/src/components/Loading.tsx +++ b/src/components/Loading.tsx @@ -1,6 +1,6 @@ import React from 'react'; -import s from './Loading.module.css'; +import s from './Loading.module.scss'; type Props = { height?: string; |
