monorepo packages (#344)
This commit is contained in:
10
projects/app/src/pages/account/components/ApiKeyTable.tsx
Normal file
10
projects/app/src/pages/account/components/ApiKeyTable.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import React from 'react';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
import ApiKeyTable from '@/components/support/apikey/Table';
|
||||
|
||||
const ApiKey = () => {
|
||||
const { t } = useTranslation();
|
||||
return <ApiKeyTable tips={t('openapi.key tips')}></ApiKeyTable>;
|
||||
};
|
||||
|
||||
export default ApiKey;
|
||||
Reference in New Issue
Block a user