Skip to content

Commit

Permalink
Fixes date picker import on editable object
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecmart committed Jul 9, 2024
1 parent 199b2b4 commit a1233b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Input, Stack, Switch, SizableText } from "tamagui";
import { Tinted } from '../Tinted';
import { SelectList } from '../SelectList';
import { SimpleSlider } from '../SimpleSlider';
import { DatePicker } from '../datepickers/dateParts';
import { DatePicker } from '../datepickers';
import { InputColor } from "../InputColor";
import { SearchAndSelect } from "../SearchAndSelect";
import { FormElement } from ".";
Expand Down

0 comments on commit a1233b7

Please sign in to comment.