Skip to content

Commit

Permalink
fix: removes import referencing src directory
Browse files Browse the repository at this point in the history
  • Loading branch information
CrisTofani committed Sep 20, 2023
1 parent 3c405f8 commit df7d38b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/buttons/IconButtonContained.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import Animated, {
useSharedValue,
withSpring
} from "react-native-reanimated";
import { WithTestID } from "src/utils/types";
import { WithTestID } from "../../utils/types";
import {
AnimatedIcon,
IOIcons,
Expand Down
2 changes: 1 addition & 1 deletion src/components/typography/ButtonText.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IOColors } from "src/core/IOColors";
import { IOColors } from "../../core/IOColors";
import { IOFontFamily, IOFontWeight } from "../../utils/fonts";
import { useIOExperimentalDesign } from "../../core";
import { useTypographyFactory } from "./Factory";
Expand Down

0 comments on commit df7d38b

Please sign in to comment.