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