moving utils

This commit is contained in:
2024-11-15 11:12:28 -07:00
parent f3390217d5
commit b889ed6e22
35 changed files with 44 additions and 48 deletions

View File

@@ -10,7 +10,6 @@ export default function TodaysLectures() {
const [allSettings] = useLocalCoursesSettingsQuery();
return (
<div className="w-full">
{/* <h3 className="text-center text-slate-400">todays lectures</h3> */}
<div className="flex justify-around w-full">
<SuspenseAndErrorHandling>
{allSettings.map((settings) => (