Przeglądaj źródła

remove useless line break

satof3 2 lat temu
rodzic
commit
de570c498a
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      apps/app/src/components/LoginForm.tsx

+ 0 - 1
apps/app/src/components/LoginForm.tsx

@@ -20,7 +20,6 @@ import styles from './LoginForm.module.scss';
 
 const moduleClass = styles['login-form'];
 
-
 type LoginFormProps = {
   username?: string,
   name?: string,