fix: component naming

This commit is contained in:
2025-06-19 22:41:35 +03:00
parent 1ec659dd85
commit 00b443072c
6 changed files with 8 additions and 5 deletions

View File

@@ -1 +1 @@
export { default as AdvancedPhoneInput } from './advanced-phone-input';
export { default as AdvancedPhoneInput } from './ui';

View File

@@ -1,6 +1,6 @@
'use client';
import s from './advanced-phone-input.module.scss';
import s from './styles.module.scss';
import { clsx } from 'clsx';
import { Button, PhoneInput } from '@shared/ui';
import { z } from 'zod';