Matchu
04c4e0c1f3
This was only a little bit tricky! I also noticed the hanger loading indicator being weird without having a container Box, so I added one.
5 lines
177 B
TypeScript
5 lines
177 B
TypeScript
import SupportPetAppearancesPage from "../../src/app/SupportPetAppearancesPage";
|
|
|
|
export default function PrivacyPolicyPageWrapper() {
|
|
return <SupportPetAppearancesPage />;
|
|
}
|