impress-2020/pages/support/petAppearances.tsx
Matchu 04c4e0c1f3 Migrate /support/petAppearances to Next.js routing
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.
2022-09-14 19:46:57 -07:00

5 lines
177 B
TypeScript

import SupportPetAppearancesPage from "../../src/app/SupportPetAppearancesPage";
export default function PrivacyPolicyPageWrapper() {
return <SupportPetAppearancesPage />;
}