1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 18:06:38 -04:00

json-ld improvements

This commit is contained in:
2025-03-21 12:02:14 -04:00
parent b626955731
commit 9fd3de8569
20 changed files with 277 additions and 225 deletions

View File

@ -9,7 +9,7 @@ const useTheme = () => {
throw new Error("useTheme must be used inside of a ThemeProvider.");
}
return context;
return [context.theme, context.setTheme] as const;
};
export default useTheme;