Skip to content

Commit

Permalink
Fix imports in protolib
Browse files Browse the repository at this point in the history
  • Loading branch information
ap0k4 committed Jul 8, 2024
1 parent 8294c57 commit 3834635
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/protolib/src/components/EditableObject/Element.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { Input, Stack, Switch, SizableText } from "tamagui";
import { Tinted } from 'protolib/components/Tinted';
import { SelectList } from 'protolib/components/SelectList';
import { SimpleSlider } from 'protolib/components/SimpleSlider';
import { DatePicker } from 'protolib/components/datepickers/dateParts';
import { Tinted } from '../Tinted';
import { SelectList } from '../SelectList';
import { SimpleSlider } from '../SimpleSlider';
import { DatePicker } from '../datepickers/dateParts';
import { InputColor } from "../InputColor";
import { SearchAndSelect } from "../SearchAndSelect";
import { FormElement } from ".";
Expand Down

0 comments on commit 3834635

Please sign in to comment.