mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 15:48:32 -06:00
updates
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
"use client"
|
||||
import { useLocalCoursesQuery } from "@/hooks/localCoursesHooks";
|
||||
"use client";
|
||||
import { useLocalCourseNamesQuery } from "@/hooks/localCoursesHooks";
|
||||
import Link from "next/link";
|
||||
|
||||
export default function CourseList() {
|
||||
const { data: courses } = useLocalCoursesQuery();
|
||||
const { data: courses } = useLocalCourseNamesQuery();
|
||||
return (
|
||||
<div>
|
||||
{courses.map((c) => (
|
||||
|
||||
Reference in New Issue
Block a user