6 lines
123 B
TypeScript
6 lines
123 B
TypeScript
import { InboxView } from "@/components/inbox/InboxView";
|
|
|
|
export default function InboxPage() {
|
|
return <InboxView />;
|
|
}
|