🔧 chore(merge): Add advertising module and device settings

This commit is contained in:
web@ppanel
2025-02-27 13:40:57 +07:00
parent c2b858e3fe
commit 0130e02ffd
86 changed files with 2286 additions and 38 deletions
@@ -97,7 +97,7 @@ export function EnhancedInput({
<Input
{...props}
value={value}
className='rounded-none border-none'
className='block rounded-none border-none'
onChange={handleChange}
onBlur={handleBlur}
/>