7 lines
228 B
TypeScript
7 lines
228 B
TypeScript
import React from 'react';
|
|
import { ProfileLiveryUploadPageClient } from '@/client-wrapper/ProfileLiveryUploadPageClient';
|
|
|
|
export default async function ProfileLiveryUploadPage() {
|
|
return <ProfileLiveryUploadPageClient />;
|
|
}
|