This commit is contained in:
Pan Qiancheng 2024-10-18 19:25:46 +08:00
parent 2fbf8a7dc8
commit 50777bd8b7
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ const HomeContext = createContext<HomeContextType | undefined>(undefined);
* category时label
* label/category是互斥的category的基础上再选择label
* @param param0
* @returns
* @returns HomeContext.Provider
*/
export const HomeProvider: React.FC<{
children: React.ReactNode;