6 lines
123 B
TypeScript
6 lines
123 B
TypeScript
import ImportRecipePage from './ImportRecipePage';
|
|
|
|
export default function Page() {
|
|
return <ImportRecipePage />;
|
|
}
|