feat: alpha updates (#51) (#52)

This reverts commit 409713b99e.
This commit is contained in:
Elliot DeNolf 2024-03-22 13:15:28 -04:00 committed by GitHub
parent 409713b99e
commit 88651bbb38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
import withPayload from '@payloadcms/next/withPayload' import { withPayload } from '@payloadcms/next'
/** @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/Root/index' import { RootPage } from '@payloadcms/next/views'
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/Root/index' import { RootLayout } from '@payloadcms/next/layouts'
import '@payloadcms/next/css' import '@payloadcms/next/css'
import './custom.scss' import './custom.scss'