website refactor
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
|
||||
import Input from '@/ui/Input';
|
||||
import { Input } from '@/ui/Input';
|
||||
|
||||
interface DurationFieldProps {
|
||||
label: string;
|
||||
@@ -13,7 +13,7 @@ interface DurationFieldProps {
|
||||
error?: string;
|
||||
}
|
||||
|
||||
export default function DurationField({
|
||||
export function DurationField({
|
||||
label,
|
||||
value,
|
||||
onChange,
|
||||
|
||||
Reference in New Issue
Block a user