Skip to content

Commit

Permalink
mobile: TextReview: absolute import constants
Browse files Browse the repository at this point in the history
  • Loading branch information
ericswpark committed Apr 20, 2024
1 parent b9ecc9f commit aa98991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/Components/TextReview/TextReview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {
} from "react-native";
import Toast from "react-native-toast-message";
import Icon from "react-native-vector-icons/MaterialIcons";
import Colors from "../../Constants/Colors";
import Colors from "@/Constants/Colors";
import {
BACKEND_API_CUSTOM_PROPERTY_DATA_URL,
BACKEND_API_REVIEW_URL,
Expand Down

0 comments on commit aa98991

Please sign in to comment.