This commit is contained in:
Pavel Mineev
2021-08-08 14:25:10 -05:00
committed by Umputun
parent 484e547c79
commit c6fcb06086
+1 -1
View File
@@ -3,7 +3,7 @@ import { h } from 'preact';
import { messages } from 'components/auth/auth.messsages';
import { useIntl } from 'react-intl';
import styles from './Spinner.module.css';
import styles from './spinner.module.css';
export function Spinner() {
const intl = useIntl();