Remove unnecessary export of ApiKey component

This commit is contained in:
ekzyis 2024-03-26 19:27:14 +01:00
parent 17a0106fcc
commit e68cbd8469
1 changed files with 1 additions and 1 deletions

View File

@ -767,7 +767,7 @@ export function EmailLinkForm ({ callbackUrl }) {
)
}
export function ApiKey ({ enabled, apiKey }) {
function ApiKey ({ enabled, apiKey }) {
const showModal = useShowModal()
const me = useMe()
const [generateApiKey] = useMutation(