Skip to content

Commit

Permalink
Update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeniy committed May 24, 2024
1 parent a671d99 commit 8a0437a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/form/DateInput/DateInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ import { IconButton } from '@/elements/IconButton';
import { Menu } from '@/layers/Menu';
import { Card } from '@/layout/Card';
import { Placement } from '@/utils/Position';
import { Calendar, Input, InputProps, InputRef } from '@/form';
import { Calendar } from '@/form/Calendar';
import { Input, InputProps, InputRef } from '@/form/Input';

import CalendarIcon from '@/assets/icons/calendar.svg?react';

Expand Down

0 comments on commit 8a0437a

Please sign in to comment.