6 lines
164 B
TypeScript
6 lines
164 B
TypeScript
import { PrivateZoneScreen } from "@/app/private-zone/private-zone-screen";
|
|
|
|
export default function CharacterPrivateZonePage() {
|
|
return <PrivateZoneScreen />;
|
|
}
|