Skip to content

Commit

Permalink
chore: removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
LeleDallas committed Dec 19, 2024
1 parent 99e5e60 commit 048e915
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions ts/features/design-system/core/DSListItems.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { NonEmptyString } from "@pagopa/ts-commons/lib/strings";
import { Fragment } from "react";
import {
Divider,
H4,
Expand All @@ -15,6 +13,7 @@ import {
VStack,
useIOTheme
} from "@pagopa/io-app-design-system";
import { Fragment } from "react";
import { Alert } from "react-native";
import I18n from "../../../i18n";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
useListItemAnimation,
WithTestID
} from "@pagopa/io-app-design-system";
import React, { ComponentProps } from "react";
import { ComponentProps } from "react";
import { ImageURISource, Pressable, StyleSheet, View } from "react-native";
import Animated from "react-native-reanimated";
import Svg, { Circle } from "react-native-svg";
Expand Down

0 comments on commit 048e915

Please sign in to comment.