Skip to content

Commit

Permalink
feat: implement previous meetings page
Browse files Browse the repository at this point in the history
  • Loading branch information
ladunjexa committed Apr 29, 2024
1 parent daf07a2 commit 061fd6b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/(root)/(home)/previous/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
import CallList from "@/components/call-list";

export default function Previous() {
return (
<section className="flex size-full flex-col gap-10 text-white">
<h1 className="text-3xl font-bold">Previous</h1>

<CallList type="ended" />
</section>
);
}

0 comments on commit 061fd6b

Please # to comment.