This commit is contained in:
smanylov
2025-12-27 12:10:13 +07:00
parent aaa95091d2
commit f8bbf56f47
9 changed files with 9 additions and 11 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
'use client'
import styles from '@/app/styles/login.module.scss'
import styles from '@/app/styles/module/login.module.scss'
import { useActionState, useState, useRef } from 'react';
import { authorization } from '@/app/actions/auth';
import { useTranslations } from 'next-intl';