fix: path alias

This commit is contained in:
shuai 2022-11-02 17:33:04 +08:00
parent bf4e9824f5
commit 847c9a343e
1 changed files with 1 additions and 6 deletions

View File

@ -2,13 +2,8 @@ import { FC, useEffect, useState } from 'react';
import { Form, Button } from 'react-bootstrap';
import { useTranslation } from 'react-i18next';
import type {
LangsType,
FormValue,
FormDataType,
} from '@answer/common/interface';
import type { LangsType, FormValue, FormDataType } from '@/common/interface';
import Progress from '../Progress';
import { languages } from '@/services';
interface Props {