diff --git a/src/currentPanicEvents.jsx b/src/currentPanicEvents.jsx new file mode 100644 index 0000000..5fc70e3 --- /dev/null +++ b/src/currentPanicEvents.jsx @@ -0,0 +1,21 @@ +function CurrentPanicEvents(props) { + return ( +
| Patient | +Location | +Time | +Respondees | +
|---|---|---|---|
| {panicEvent.patient} | +{panicEvent.location} | +{panicEvent.timestamp} | +{panicEvent.patient} | + {panicEvent.respondees} +