import { takeSignature } from '../Signature';

export function useSignature() {
  return { takeSignature };
}
