引入 husky,并全局重新格式化
This commit is contained in:
@@ -21,12 +21,11 @@ export type DatePickerProps = {
|
||||
}
|
||||
|
||||
export default function DatePicker(props: DatePickerProps) {
|
||||
|
||||
return (
|
||||
<Popover>
|
||||
<PopoverTrigger asChild>
|
||||
<Button
|
||||
theme={'outline'}
|
||||
theme="outline"
|
||||
className={merge(
|
||||
'w-40 justify-start text-left font-normal h-9',
|
||||
!props.value && 'text-muted-foreground',
|
||||
|
||||
Reference in New Issue
Block a user