web: move Login to /Login directory

This commit is contained in:
vchikalkin 2024-07-13 19:40:12 +03:00
parent 58fbfad17a
commit 0f44c37673
2 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import * as Form from './Form';
import * as Form from '../Form';
import styles from './Login.module.scss';
import { Logo } from '@/elements';