dawit45 commited on
Commit
e3c6fc0
·
verified ·
1 Parent(s): 764c939

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);