Skip to content

Commit

Permalink
import oder reformatted
Browse files Browse the repository at this point in the history
  • Loading branch information
Tharindu Kumarasiri committed Aug 26, 2024
1 parent 72953fb commit 13f46a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions payment_sdk/src/components/ResponseScreen.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
import React, { useCallback, useMemo } from "react";

import { Image, StyleSheet, View, ImageSourcePropType } from "react-native";

import { ResponseScreenStatuses, ThemeSchemeType } from "@util/types";

import { resizeFonts, responsiveScale } from "@theme/scalling";
import { useCurrentTheme } from "@theme/useCurrentTheme";

import KomojuText from "./KomojuText";
import SubmitButton from "./SubmitButton";

Expand Down

0 comments on commit 13f46a5

Please sign in to comment.