update,
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// src/app/dashboard/vocabularies/create/page.tsx
|
||||
'use client';
|
||||
|
||||
import * as React from 'react';
|
||||
@@ -34,11 +35,11 @@ export default function Page(): React.JSX.Element {
|
||||
variant="subtitle2"
|
||||
>
|
||||
<ArrowLeftIcon fontSize="var(--icon-fontSize-md)" />
|
||||
{t('title',)}
|
||||
{t('title')}
|
||||
</Link>
|
||||
</div>
|
||||
<div>
|
||||
<Typography variant="h4">{t('create.title', )}</Typography>
|
||||
<Typography variant="h4">{t('create.title')}</Typography>
|
||||
</div>
|
||||
</Stack>
|
||||
<VocabularyCreateForm />
|
||||
|
Reference in New Issue
Block a user