Skip to content

Commit c0cf363

Browse files
committed
Update useFormPersistence.ts
1 parent 056a87c commit c0cf363

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/hooks/useFormPersistence.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { useEffect, useState } from 'react';
22
import type { UseFormReturn } from 'react-hook-form';
3-
import { useEffectOnce } from 'react-use';
43

54
// フォームの情報をlocalStorageに保存して永続化する
65
export const useFormPersistence = <T>(

0 commit comments

Comments
 (0)