Skip to content

Commit

Permalink
Remove unused component
Browse files Browse the repository at this point in the history
  • Loading branch information
barshathakuri authored and samshara committed Apr 12, 2024
1 parent 4885f9f commit 9f993a8
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 176 deletions.
6 changes: 0 additions & 6 deletions src/components/MapPopup/i18n.json

This file was deleted.

77 changes: 0 additions & 77 deletions src/components/MapPopup/index.tsx

This file was deleted.

49 changes: 0 additions & 49 deletions src/components/MapPopup/styles.module.css

This file was deleted.

43 changes: 0 additions & 43 deletions src/hooks/useInputState.ts

This file was deleted.

2 changes: 1 addition & 1 deletion src/views/Home/AlertsView/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import styles from './styles.module.css';
const COUNTRIES_LIST = gql`
query CountryList {
public {
allCountries {
allCountries(alertFilters: {}) {
name
id
iso3
Expand Down

0 comments on commit 9f993a8

Please sign in to comment.