Skip to content

Commit

Permalink
Merge branch 'refactor/state-manage-hookify' into refactor/general-se…
Browse files Browse the repository at this point in the history
…rvice
  • Loading branch information
j10ccc committed Oct 20, 2024
2 parents 47131d7 + 1487388 commit a189d2b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/hooks/lostfound/useLostFoundList.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
type OptionsType = {
campus: "屏峰" | "朝晖" | "莫干山";
category: "全部" | "失物" | "寻物",
kind: "全部" | string;
};

export default function useLostFoundList(options: OptionsType) {

Check failure on line 7 in src/hooks/lostfound/useLostFoundList.ts

View workflow job for this annotation

GitHub Actions / cache-and-install

'options' is defined but never used

}

0 comments on commit a189d2b

Please sign in to comment.