Skip to content

Commit

Permalink
fix: import
Browse files Browse the repository at this point in the history
  • Loading branch information
rushtong committed Feb 7, 2025
1 parent 8764393 commit 756489d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/manage_dac/ManageDac.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import ManageEditDac from './ManageEditDac';
import {Link} from 'react-router-dom';
import EditDac from './EditDac';
import {checkEnv, envGroups} from '../../utils/EnvironmentUtils';
import {DAAUtils} from 'src/utils/DAAUtils';
import {DAAUtils} from '../../utils/DAAUtils';

const CHAIR = 'Chairperson';
const ADMIN = 'Admin';
Expand Down

0 comments on commit 756489d

Please sign in to comment.