Skip to content

Commit

Permalink
Fix uncaught type error (DEV-1081) (#793)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikefeldberg authored Dec 18, 2024
1 parent 5d9ba67 commit 9bcd313
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/shelter-web/src/app/pages/home/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ import { modalAtom } from '../../shared/atoms/modalAtom';
import { sheltersAtom } from '../../shared/atoms/sheltersAtom';
import { Map } from '../../shared/components/map/map';
import { TLatLng, TMarker } from '../../shared/components/map/types.maps';
import { ShelterCard } from '../../shared/components/shelter/shelterCard';
import {
ShelterCard,
TShelter,
} from '../../shared/components/shelter/shelterCard';
import { ShelterSearch } from '../../shared/components/shelters/shelterSearch';
import { ModalAnimationEnum } from '../../shared/modal/modal';

Expand Down

0 comments on commit 9bcd313

Please sign in to comment.