fix: 更正文件引用路径

This commit is contained in:
GraceWalk
2022-09-22 15:31:34 +08:00
parent 1737d87713
commit 7dc533372c
4 changed files with 7 additions and 7 deletions

View File

@@ -1,8 +1,8 @@
import React, { useEffect, useState } from 'react';
import { Button, Form, Input, Select, ProTable, DatePicker, Utils, Tooltip, Divider } from 'knowdesign';
import { IconFont } from '@knowdesign/icons';
import api from 'api';
import { defaultPagination } from 'constants/common';
import api from '@src/api';
import { defaultPagination } from '@src/constants/common';
import TypicalListCard from '../../components/TypicalListCard';
import './index.less';
import moment from 'moment';