Skip to content

Commit

Permalink
Merge branch 'dev' into feature/BE-555-refactoring-some-api-endpoints…
Browse files Browse the repository at this point in the history
…-in-backend
  • Loading branch information
alitpc25 committed Dec 12, 2023
2 parents 9bd66c5 + a59030e commit 7e5bc1d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions resq/frontend/src/pages/ResponderMapPage.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import MapPage from "./MapPage";
import {useQuery} from "@tanstack/react-query";
import {getAllResources} from "../AppService";
import {mock_markers} from "./Mock_markers";
import {Fab} from "@mui/material";
import {useNavigate} from "react-router-dom";
import {Add} from "@mui/icons-material";


export default function ResponderMapPage() {


}

0 comments on commit 7e5bc1d

Please sign in to comment.