Skip to content

Commit

Permalink
QueryCache implemention
Browse files Browse the repository at this point in the history
  • Loading branch information
atrincas committed Dec 10, 2024
1 parent 38d07a2 commit e715f1c
Show file tree
Hide file tree
Showing 23 changed files with 1,237 additions and 148 deletions.
6 changes: 3 additions & 3 deletions client/src/app/projects/[id]/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import CustomProject from "@/containers/projects/custom-project";

export default function CustomProjectPage() {
return <CustomProject />;
return null;
// TODO: Add when API is ready
// return <CustomProject data={data from API} />;
}
Loading

0 comments on commit e715f1c

Please sign in to comment.