larxius commited on
Commit
41c622a
·
verified ·
1 Parent(s): ac8b06d

Update frontend/src/pages/OrganizationPage.jsx

Browse files
frontend/src/pages/OrganizationPage.jsx CHANGED
@@ -1,4 +1,4 @@
1
- import React, { useState, useEffect, useCallback } from 'react';
2
  import { useAuth } from '../components/AuthContext';
3
  import { Shield, Activity, Users, Globe, Lock, ShieldAlert, ArrowLeft, BarChart3, PieChart as PieChartIcon } from 'lucide-react';
4
  import { useNavigate } from 'react-router-dom';
 
1
+ import { useState, useEffect, useCallback } from 'react';
2
  import { useAuth } from '../components/AuthContext';
3
  import { Shield, Activity, Users, Globe, Lock, ShieldAlert, ArrowLeft, BarChart3, PieChart as PieChartIcon } from 'lucide-react';
4
  import { useNavigate } from 'react-router-dom';