Spaces:
Runtime error
Runtime error
File size: 148 Bytes
56b6519 |
1 2 3 4 5 6 |
import { useContext } from 'react';
import { AuditContext } from './AuditContext';
export const useAuditContext = () => useContext(AuditContext);
|