diff --git a/src/components/listitems/ListItemSwitch.tsx b/src/components/listitems/ListItemSwitch.tsx index 090cc8c0..b50e4016 100644 --- a/src/components/listitems/ListItemSwitch.tsx +++ b/src/components/listitems/ListItemSwitch.tsx @@ -1,6 +1,6 @@ import React, { useMemo } from "react"; import { GestureResponderEvent, Platform, Switch, View } from "react-native"; -import { WithTestID } from "src/utils/types"; +import { WithTestID } from "../../utils/types"; import { IOSelectionListItemStyles, IOSelectionListItemVisualParams,