Try changing the export in useUpdateUser to the following: export function useUpdateUser() {
export function useUpdateUser() {
This is the proper way to import functions/components according to the official React documentation.