Skip to content

Commit

Permalink
rename folder
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisleewilcox committed May 10, 2024
1 parent 94aaeee commit e048225
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/components/Views/DetectedTokens/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import BottomSheet, {
BottomSheetRef,
} from '../../../component-library/components/BottomSheets/BottomSheet';
import { useMetrics } from '../../../components/hooks/useMetrics';
import { DetectedTokensSelectorIDs } from '../../../../e2e/selectors/asseets/DetectedTokensView.selectors';
import { DetectedTokensSelectorIDs } from '../../../../e2e/selectors/assets/DetectedTokensView.selectors';

const createStyles = (colors: any) =>
StyleSheet.create({
Expand Down
2 changes: 1 addition & 1 deletion e2e/pages/assets/DetectedTokensView.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { DetectedTokensSelectorIDs } from '../../selectors/asseets/DetectedTokensView.selectors';
import { DetectedTokensSelectorIDs } from '../../selectors/assets/DetectedTokensView.selectors';
import Gestures from '../../utils/Gestures';
import Matchers from '../../utils/Matchers';

Expand Down

0 comments on commit e048225

Please sign in to comment.