Skip to content

Commit f38baaf

Browse files
committed
refactor: remove FirstStepsWidget from student view in Page component
1 parent 715ac4a commit f38baaf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/app/iranyitopult/page.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,6 @@ export default function Page() {
937937
case 'student':
938938
return (
939939
<div className="grid gap-6">
940-
<FirstStepsWidget />
941940
<div className="col-span-full">
942941
<UpcomingShootingsWidget />
943942
</div>

0 commit comments

Comments
 (0)