Skip to content

Commit

Permalink
Delete package.json and fix import in EmergencyFlow.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
r800360 committed Jun 4, 2024
1 parent 4a9dc7f commit 0b0b946
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion admin-portal-frontend/src/app/pages/EmergencyFlow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import { useRouter } from "next/navigation";
import React from "react";

import { CreateEmergencyRequest, createEmergency } from "../../../emergencies";
import { CreateEmergencyRequest, createEmergency } from "../api/emergencies";

import styles from "./EmergencyFlowStyles";

Expand Down
5 changes: 0 additions & 5 deletions package.json

This file was deleted.

0 comments on commit 0b0b946

Please sign in to comment.