mirror of
https://github.com/anultravioletaurora/Jellify.git
synced 2026-05-07 22:19:31 -05:00
trying to get the library screen to navigate back to the login screen
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { useMutation } from "@tanstack/react-query";
|
||||
import { mutateServerCredentials } from "./functions/storage";
|
||||
|
||||
|
||||
export const serverCredentials = useMutation({
|
||||
mutationFn: mutateServerCredentials
|
||||
});
|
||||
Reference in New Issue
Block a user