This repository has been archived on 2026-01-22. You can view files and clone it, but cannot push or open issues or pull requests.
factuges_2025/scripts/templates/client/__PACKAGE_NAME__Page.tsx
2025-04-27 22:47:47 +02:00

4 lines
126 B
TypeScript

export default function __PACKAGE_NAME_CAPITALIZED__Page() {
return <div>__PACKAGE_NAME_CAPITALIZED__ Package Page</div>;
}