Files
2026-07-17 21:48:37 +05:30

6 lines
123 B
TypeScript

import { InboxView } from "@/components/inbox/InboxView";
export default function InboxPage() {
return <InboxView />;
}