mirror of https://gitee.com/answerdev/answer.git
refactor: Modify the import package path
This commit is contained in:
parent
364a5a0e18
commit
41ff3dbbc7
|
@ -3,7 +3,7 @@ import { Card, Row, Col, Badge } from 'react-bootstrap';
|
|||
import { useTranslation } from 'react-i18next';
|
||||
import { Link } from 'react-router-dom';
|
||||
|
||||
import type * as Type from '@answer/common/interface';
|
||||
import type * as Type from '@/common/interface';
|
||||
|
||||
interface IProps {
|
||||
data: Type.AdminDashboard['info'];
|
||||
|
|
|
@ -2,7 +2,7 @@ import { FC } from 'react';
|
|||
import { Card, Row, Col } from 'react-bootstrap';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
|
||||
import type * as Type from '@answer/common/interface';
|
||||
import type * as Type from '@/common/interface';
|
||||
|
||||
interface IProps {
|
||||
data: Type.AdminDashboard['info'];
|
||||
|
|
|
@ -2,8 +2,7 @@ import { FC } from 'react';
|
|||
import { Card, Row, Col } from 'react-bootstrap';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
|
||||
import type * as Type from '@answer/common/interface';
|
||||
|
||||
import type * as Type from '@/common/interface';
|
||||
import { formatUptime } from '@/utils';
|
||||
|
||||
interface IProps {
|
||||
|
|
Loading…
Reference in New Issue