Skip to content

Commit

Permalink
[FE] FEAT: currentSectionNameState 추가 #1649
Browse files Browse the repository at this point in the history
  • Loading branch information
gykoh42 committed Oct 25, 2024
1 parent abbdaff commit b1415b8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/src/Cabinet/recoil/atoms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,11 @@ export const targetClubUserInfoState = atom<ClubUserResponseDto>({
},
});

export const currentFloorSectionNamesState = atom<string[]>({
key: "currentFloorSectionNames",
default: [],
});

export const displayStyleState = atom<DisplayStyleToggleType>({
key: "displayStyle",
default: DisplayStyleToggleType.DEVICE,
Expand Down

0 comments on commit b1415b8

Please sign in to comment.