Matchu
02af99dded
Mostly easy, but with a link we needed to migrate in the `ItemCard` component! (I see one in `SquareItemCard` too, but I'll wait until it comes up.)
5 lines
130 B
TypeScript
5 lines
130 B
TypeScript
import ModelingPage from "../src/app/ModelingPage";
|
|
|
|
export default function ModelingPageWrapper() {
|
|
return <ModelingPage />;
|
|
}
|