'use client'; import { Input } from '@/components/ui'; import React from 'react'; export function SourceInput() { return (
ИСТОЧНИК ) => { if (e.key === 'Enter') { e.preventDefault(); } }} className="w-full h-10 py-2.5 px-5 border rounded-4xl" type="text" />
); }