fix: fix all ui imports in our plugins, and get rid of ui subpath exports within monorepo (#6854)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
'use client'
|
||||
|
||||
import { useLivePreview } from '@payloadcms/live-preview-react'
|
||||
import { Gutter } from '@payloadcms/ui/elements/Gutter'
|
||||
import { Gutter } from '@payloadcms/ui'
|
||||
import React from 'react'
|
||||
|
||||
import type { Post as PostType } from '../../../../../payload-types.js'
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { Gutter } from '@payloadcms/ui/elements/Gutter'
|
||||
import { Gutter } from '@payloadcms/ui'
|
||||
import { notFound } from 'next/navigation.js'
|
||||
import React, { Fragment } from 'react'
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { Gutter } from '@payloadcms/ui/elements/Gutter'
|
||||
import { Gutter } from '@payloadcms/ui'
|
||||
import { notFound } from 'next/navigation.js'
|
||||
import React, { Fragment } from 'react'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user