added the new login endpoint

This commit was merged in pull request #27.
This commit is contained in:
victorAnumudu
2025-06-23 19:27:15 +01:00
parent 0984d78f1e
commit dbf81a4cf5
7 changed files with 154 additions and 70 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { useQuery } from '@tanstack/react-query'
import React from 'react'
import { useQuery } from '@tanstack/react-query'
import { topBar } from '../../services/services'
import queryKeys from '../../services/queryKeys'