Matchu
1dbc142f4f
This one was pretty boring! I was relieved to see the pagination changes seem to just work though 😅
5 lines
142 B
TypeScript
5 lines
142 B
TypeScript
import UserOutfitsPage from "../src/app/UserOutfitsPage";
|
|
|
|
export default function UserOutfitsPageWrapper() {
|
|
return <UserOutfitsPage />;
|
|
}
|