{list.description}
- )} -- {children} -
-} +const LIST_PAGE_TITLE_ID = 'keystone-list-page-title' -function SortDirectionArrow ({ direction }: { direction: 'ASC' | 'DESC' }) { - const size = '0.25em' - return ( - - ) -} - -function DeleteManyButton ({ - selectedItems, - list, - refetch, +function ListPageHeader ({ + listKey, + showCreate, }: { - selectedItems: ReadonlySet
+ )
+}
\ No newline at end of file
diff --git a/packages/core/src/admin-ui/components/Logo.tsx b/packages/core/src/admin-ui/components/Logo.tsx
index 287c170fda2..c315320a008 100644
--- a/packages/core/src/admin-ui/components/Logo.tsx
+++ b/packages/core/src/admin-ui/components/Logo.tsx
@@ -1,60 +1,65 @@
-/** @jsxRuntime classic */
-/** @jsx jsx */
-
-import { jsx, useTheme, H3 } from '@keystone-ui/core'
+import React, { SVGAttributes } from 'react'
import Link from 'next/link'
+import { css, tokenSchema } from '@keystar/ui/style'
+import { Heading } from '@keystar/ui/typography'
import { useKeystone } from '../context'
-export const Logo = () => {
- const { spacing } = useTheme()
+export function Logo () {
const { adminConfig } = useKeystone()
+ if (adminConfig.components?.Logo) return {stringify(data)}- } else { - prettyData =
{stringify(data)}- } - - return