Skip to content

Commit

Permalink
remove unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdi-torabiv committed Aug 27, 2024
1 parent 70e5e74 commit 0bb7bd6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/pages/Permissions/Permissions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ import useSessionSigs from '../../hooks/useSessionSigs';
import useLit from '../../hooks/LitProvider';
import { useSigner } from '../../utils/eas-wagmi-utils';
import { decryptAttestation, getAttestations } from '../../libs/oci';
import CustomTable, {
AccessData,
Platform,
} from '../../components/shared/CustomTable';
import CustomTable from '../../components/shared/CustomTable';

interface IProvider {
uid: string;
Expand Down

0 comments on commit 0bb7bd6

Please sign in to comment.