Files
web/components/Blocks/DynamicContent/Points/EarnAndBurn/JourneyTable/index.tsx
2025-02-17 10:43:54 +01:00

6 lines
114 B
TypeScript

import ClientJourney from "./Client"
export default async function JourneyTable() {
return <ClientJourney />
}