mirror of
https://github.com/perfect-panel/ppanel-web.git
synced 2026-04-20 02:19:56 -04:00
6 lines
108 B
TypeScript
6 lines
108 B
TypeScript
import Affiliate from '@/components/affiliate';
|
|
|
|
export default function Page() {
|
|
return <Affiliate />;
|
|
}
|