TP-61032 | RN Quote PageTesting fixes (#10203)
Co-authored-by: Raaj Gopal <raaj.gopal@navi.com>
This commit is contained in:
committed by
GitHub
parent
f716fb7df7
commit
feb5b7d3fb
@@ -1,10 +1,10 @@
|
||||
import { View, ViewStyle, StyleSheet, TouchableOpacity } from "react-native";
|
||||
import { StyleSheet, TouchableOpacity, View, ViewStyle } from "react-native";
|
||||
import { GenericActionPayload } from "../../App/common/actions/GenericAction";
|
||||
import { StyledImage } from "../StyledImage";
|
||||
import { StyledLottie } from "../StyledLottie";
|
||||
import { TitleWithAssetsWidgetData } from "../../App/common/interface/widgets/widgetData/TitleWithAssetsWidgetData";
|
||||
import { CtaData } from "../../App/common/interface";
|
||||
import { TitleWithAssetsWidgetData } from "../../App/common/interface/widgets/widgetData/TitleWithAssetsWidgetData";
|
||||
import Colors from "../../assets/colors/colors";
|
||||
import { StyledImage } from "../StyledImage";
|
||||
import { StyledLottie } from "./styled-lottie/StyledLottie";
|
||||
import { StyledText } from "./styled-text/StyledText";
|
||||
|
||||
const TitleWithAssetsWidget = ({
|
||||
|
||||
Reference in New Issue
Block a user