create-next-pro-cli 0.1.7 → 0.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-next-pro-cli",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "Advanced Next.js project scaffolder with i18n, Tailwind, App Router and more.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1,6 +1,6 @@
1
1
  import templatePageUI from "@/ui/template/page-ui";
2
2
 
3
- export default function LoginPage() {
3
+ export default function templatePage() {
4
4
  return <templatePageUI />;
5
5
  }
6
6