trying to get the library screen to navigate back to the login screen

This commit is contained in:
Violet Caulfield
2024-10-20 10:12:12 -05:00
parent b24a68f11a
commit 3ee3226339
2 changed files with 9 additions and 3 deletions
+7
View File
@@ -0,0 +1,7 @@
import { useMutation } from "@tanstack/react-query";
import { mutateServerCredentials } from "./functions/storage";
export const serverCredentials = useMutation({
mutationFn: mutateServerCredentials
});