import { JourneyApp } from "@/components/JourneyApp"; export default function Page() { return <JourneyApp />; }