ASのremoveを追加、ウィジェットを動的でなく静的に設定

This commit is contained in:
harukin-expo-dev-env
2024-05-21 10:16:31 +00:00
parent f85c79ab2c
commit 9738b752fb
2 changed files with 6 additions and 7 deletions

View File

@@ -11,4 +11,5 @@ export const AS = {
// if set to null, then it will never expire.
expires: null,
}),
removeItem: (key) => storage.remove({ key }),
};