Skip to content

Commit

Permalink
[chore] Fix for WithTestID import on SwtichListItem (#254)
Browse files Browse the repository at this point in the history
## Short description
This PR fixes a bad import on ListItemSwitch.

## List of changes proposed in this pull request
- Relative-from-folder path import on listItemWithSwitch
  • Loading branch information
Vangaorth authored May 2, 2024
1 parent 484ea8e commit 751c1ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/listitems/ListItemSwitch.tsx
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 751c1ac

Please sign in to comment.