Skip to content

Commit 06ea67a

Browse files
authored
fix: client function error on forgot password view (#8374)
1 parent 775e6e4 commit 06ea67a

File tree

1 file changed

+2
-2
lines changed
  • packages/next/src/views/ForgotPassword

1 file changed

+2
-2
lines changed

packages/next/src/views/ForgotPassword/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { AdminViewProps } from 'payload'
22

3-
import { Button, Translation } from '@payloadcms/ui'
4-
import { formatAdminURL } from '@payloadcms/ui/shared'
3+
import { Button } from '@payloadcms/ui'
4+
import { formatAdminURL, Translation } from '@payloadcms/ui/shared'
55
import LinkImport from 'next/link.js'
66
import React, { Fragment } from 'react'
77

0 commit comments

Comments
 (0)