create-payload-app 4.0.0-internal.e55ccef → 4.0.0-internal.f851106

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.
@@ -3,18 +3,12 @@
3
3
  import config from '@payload-config'
4
4
  import '@payloadcms/next/css'
5
5
  import type { ServerFunctionClient } from 'payload'
6
- import {
7
- generatePayloadViewport,
8
- handleServerFunctions,
9
- RootLayout,
10
- } from '@payloadcms/next/layouts'
6
+ import { handleServerFunctions, RootLayout } from '@payloadcms/next/layouts'
11
7
  import React from 'react'
12
8
 
13
9
  import { importMap } from './admin/importMap.js'
14
10
  import './custom.scss'
15
11
 
16
- export const generateViewport = generatePayloadViewport
17
-
18
12
  type Args = {
19
13
  children: React.ReactNode
20
14
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-payload-app",
3
- "version": "4.0.0-internal.e55ccef",
3
+ "version": "4.0.0-internal.f851106",
4
4
  "homepage": "https://payloadcms.com",
5
5
  "repository": {
6
6
  "type": "git",