Files
recipe-app/frontend/app/recipes/import/page.tsx
T
2026-04-11 15:38:24 +02:00

6 lines
123 B
TypeScript

import ImportRecipePage from './ImportRecipePage';
export default function Page() {
return <ImportRecipePage />;
}