Skip to content

Commit

Permalink
[SKP-102] chore : 불필요한 type 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
imeureka committed Aug 8, 2024
1 parent 459a7a8 commit 3ede49e
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions src/libs/recoil/constants/keys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,4 @@ export const enum RecoilStateKeys {

/** UserInfo */
UserInfo = 'userInfo',

/** Transaction */
Transaction = 'transaction',

/** Account */
Account = 'account',

/** Balance */
Balance = 'balance',

/** Category */
Category = 'category',

/** SelectFormBottomSheet */
SelectFormBottomSheet = 'selectFormBottomSheet',

/** SelectFormInput */
SelectFormInput = 'selectFormInput',
}

0 comments on commit 3ede49e

Please sign in to comment.