feat: fetch boards for workspace

This commit is contained in:
Henry
2024-03-04 08:51:43 +00:00
parent 3bf97694ad
commit 06de0ce9f4
8 changed files with 1047 additions and 32 deletions

View File

@@ -2,8 +2,6 @@
import { usePathname } from "next/navigation";
import { api } from "~/trpc/react";
import boardsIcon from "~/app/assets/boards.json";
import membersIcon from "~/app/assets/members.json";
import settingsIcon from "~/app/assets/settings.json";