Update src/components/ToxicityAlertRail.tsx
Browse files
src/components/ToxicityAlertRail.tsx
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
import React from 'react';
|
| 2 |
-
import { useOncologyStore, ToxicityAlert } from '../store/useOncologyStore';
|
| 3 |
|
| 4 |
const ToxicityAlertRail = () => {
|
| 5 |
const alerts = useOncologyStore((state) => state.alerts);
|
|
|
|
| 1 |
import React from 'react';
|
| 2 |
+
import { useOncologyStore, type ToxicityAlert } from '../store/useOncologyStore';
|
| 3 |
|
| 4 |
const ToxicityAlertRail = () => {
|
| 5 |
const alerts = useOncologyStore((state) => state.alerts);
|