added graphql entegration and tested tanstack query
This commit is contained in:
5
frontend/app/users/page.tsx
Normal file
5
frontend/app/users/page.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { PageUsers } from "@/pages/users/page";
|
||||
|
||||
const UserPage = () => { return <><PageUsers /></> }
|
||||
|
||||
export default UserPage;
|
||||
Reference in New Issue
Block a user