revert: alpha updates (#51)

This reverts commit e30e633490.
This commit is contained in:
Elliot DeNolf 2024-03-22 12:36:08 -04:00
parent e30e633490
commit 409713b99e
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
import { withPayload } from '@payloadcms/next' import withPayload from '@payloadcms/next/withPayload'
/** @type {import('next').NextConfig} */ /** @type {import('next').NextConfig} */
const nextConfig = { const nextConfig = {

View File

@ -1,7 +1,7 @@
/* THIS FILE WAS GENERATED AUTOMATICALLY BY PAYLOAD. */ /* THIS FILE WAS GENERATED AUTOMATICALLY BY PAYLOAD. */
import config from '@payload-config' import config from '@payload-config'
/* DO NOT MODIFY IT BECAUSE IT COULD BE REWRITTEN AT ANY TIME. */ /* DO NOT MODIFY IT BECAUSE IT COULD BE REWRITTEN AT ANY TIME. */
import { RootPage } from '@payloadcms/next/views' import { RootPage } from '@payloadcms/next/views/Root/index'
type Args = { type Args = {
params: { params: {

View File

@ -2,7 +2,7 @@
/* DO NOT MODIFY IT BECAUSE IT COULD BE REWRITTEN AT ANY TIME. */ /* DO NOT MODIFY IT BECAUSE IT COULD BE REWRITTEN AT ANY TIME. */
import React from 'react' import React from 'react'
import configPromise from '@payload-config' import configPromise from '@payload-config'
import { RootLayout } from '@payloadcms/next/layouts' import { RootLayout } from '@payloadcms/next/layouts/Root/index'
import '@payloadcms/next/css' import '@payloadcms/next/css'
import './custom.scss' import './custom.scss'