Skip to content

Commit c5064f8

Browse files
committed
fix : delete useLibrary import for context file
1 parent bb288f6 commit c5064f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/authz-module/libraries-manager/context.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {
44
import { useParams } from 'react-router-dom';
55
import { AppContext } from '@edx/frontend-platform/react';
66
import { useValidateUserPermissions } from '@src/data/hooks';
7-
import { useLibrary } from '../data/hooks';
7+
88

99
const LIBRARY_TEAM_PERMISSIONS = ['act:view_library_team', 'act:manage_library_team'];
1010

0 commit comments

Comments
 (0)