6 lines
177 B
TypeScript
6 lines
177 B
TypeScript
|
import SupportPetAppearancesPage from "../../src/app/SupportPetAppearancesPage";
|
||
|
|
||
|
export default function PrivacyPolicyPageWrapper() {
|
||
|
return <SupportPetAppearancesPage />;
|
||
|
}
|