doing more trpc, still working on preloading

This commit is contained in:
2024-11-08 16:28:14 -07:00
parent 026ca3846f
commit c47d7405c2
28 changed files with 175 additions and 230 deletions

View File

@@ -4,7 +4,7 @@ import { getCourseUrl } from "@/services/urlUtils";
import Link from "next/link";
export default function CourseList() {
const { data: allSettings } = useLocalCoursesSettingsQuery();
const [allSettings] = useLocalCoursesSettingsQuery();
return (
<div>