added graphql entegration and tested tanstack query
This commit is contained in:
10
frontend/app/people/page.tsx
Normal file
10
frontend/app/people/page.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
const PeoplePage = () => {
|
||||
return (
|
||||
<div>
|
||||
<h1>People</h1>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default PeoplePage;
|
||||
Reference in New Issue
Block a user