parent
409713b99e
commit
88651bbb38
@ -1,4 +1,4 @@
|
||||
import withPayload from '@payloadcms/next/withPayload'
|
||||
import { withPayload } from '@payloadcms/next'
|
||||
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* THIS FILE WAS GENERATED AUTOMATICALLY BY PAYLOAD. */
|
||||
import config from '@payload-config'
|
||||
/* DO NOT MODIFY IT BECAUSE IT COULD BE REWRITTEN AT ANY TIME. */
|
||||
import { RootPage } from '@payloadcms/next/views/Root/index'
|
||||
import { RootPage } from '@payloadcms/next/views'
|
||||
|
||||
type Args = {
|
||||
params: {
|
||||
|
@ -2,7 +2,7 @@
|
||||
/* DO NOT MODIFY IT BECAUSE IT COULD BE REWRITTEN AT ANY TIME. */
|
||||
import React from 'react'
|
||||
import configPromise from '@payload-config'
|
||||
import { RootLayout } from '@payloadcms/next/layouts/Root/index'
|
||||
import { RootLayout } from '@payloadcms/next/layouts'
|
||||
|
||||
import '@payloadcms/next/css'
|
||||
import './custom.scss'
|
||||
|
Loading…
Reference in New Issue
Block a user