Skip to content

Commit

Permalink
πŸ› app: fix i18n-iso-countries import
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo authored and dieguezguille committed Oct 2, 2024
1 parent ab57b3c commit 5e59cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/activity/ActivityItem.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { ArrowDownToLine, ArrowUpFromLine, CircleDollarSign } from "@tamagui/lucide-icons";
import { format } from "date-fns";
import { getName, registerLocale, type LocaleData } from "i18n-iso-countries";
import { getName, registerLocale, type LocaleData } from "i18n-iso-countries/index";
import React from "react";
import { ms } from "react-native-size-matters";
import { titleCase } from "title-case";
Expand Down

0 comments on commit 5e59cb9

Please sign in to comment.