Files
gridpilot.gg/apps/website/app/profile/liveries/upload/page.tsx
2026-01-18 23:43:58 +01:00

7 lines
228 B
TypeScript

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