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