fix: client function error on forgot password view (#8374)

This commit is contained in:
Paul
2024-09-24 18:00:41 -06:00
committed by GitHub
parent 775e6e413a
commit 06ea67a184

View File

@@ -1,7 +1,7 @@
import type { AdminViewProps } from 'payload'
import { Button, Translation } from '@payloadcms/ui'
import { formatAdminURL } from '@payloadcms/ui/shared'
import { Button } from '@payloadcms/ui'
import { formatAdminURL, Translation } from '@payloadcms/ui/shared'
import LinkImport from 'next/link.js'
import React, { Fragment } from 'react'