link-stack/apps/bridge-frontend/app/(main)/facebook/[[...segment]]/@create/page.tsx

6 lines
104 B
TypeScript
Raw Normal View History

2024-04-24 21:44:05 +02:00
import { Create } from "./_components/Create";
export default function Page() {
return <Create />;
}