mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-27 02:14:50 +10:00
fix(knip): remove duplicate export
This commit is contained in:
@@ -106,5 +106,3 @@ export function useCookie(
|
|||||||
|
|
||||||
return [value, updateCookie, deleteCookie] as const;
|
return [value, updateCookie, deleteCookie] as const;
|
||||||
}
|
}
|
||||||
|
|
||||||
export default useCookie;
|
|
||||||
|
|||||||
Reference in New Issue
Block a user