diff --git a/app/(root)/(home)/previous/page.tsx b/app/(root)/(home)/previous/page.tsx index a041496..58eff9f 100644 --- a/app/(root)/(home)/previous/page.tsx +++ b/app/(root)/(home)/previous/page.tsx @@ -1,7 +1,11 @@ +import CallList from "@/components/call-list"; + export default function Previous() { return (

Previous

+ +
); }