File tree Expand file tree Collapse file tree 3 files changed +1983
-1811
lines changed
Expand file tree Collapse file tree 3 files changed +1983
-1811
lines changed Original file line number Diff line number Diff line change 5151 "autoprefixer" : " ^10.4.21" ,
5252 "eslint" : " ^9" ,
5353 "eslint-config-next" : " 15.3.3" ,
54+ "eslint-plugin-storybook" : " ^0.11.2" ,
5455 "knip" : " ^5.73.4" ,
5556 "msw" : " ^2.10.2" ,
5657 "msw-storybook-addon" : " ^2.0.5" ,
Original file line number Diff line number Diff line change @@ -54,4 +54,13 @@ const GoalApi = {
5454 } ,
5555} ;
5656
57+ // Named exports for backward compatibility
58+ export const getAllGoals = GoalApi . getAllGoals ;
59+ export const getProgressGoals = GoalApi . getProgressGoals ;
60+ export const getEndedGoals = GoalApi . getEndedGoals ;
61+ export const getGoalList = GoalApi . getGoalList ;
62+ export const getGoalItem = GoalApi . getGoalItem ;
63+ export const deleteGoal = GoalApi . deleteGoal ;
64+ export const putEditGoal = GoalApi . putEditGoal ;
65+
5766export default GoalApi ;
You can’t perform that action at this time.
0 commit comments