import { SchemaComponent } from '@nocobase/client'; import React from 'react'; import { useAuthTranslation } from './locale'; export const Options = () => { const { t } = useAuthTranslation(); return ( ); };