Clean frontend files
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import React, { Component } from 'react';
|
||||
import Icon from 'app/components/icon/icon.jsx';
|
||||
import Icon from '@components/icon/icon.jsx';
|
||||
import PerfectScrollbar from 'react-perfect-scrollbar';
|
||||
import Tabs from 'components/tabs/tabs.jsx';
|
||||
import './deprecated-object-modal.scss';
|
||||
|
||||
@@ -4,8 +4,8 @@ import React, { FC } from 'react';
|
||||
import classNames from 'classnames';
|
||||
import { Divider, Layout, Typography, Col, Row } from 'antd';
|
||||
|
||||
import ModalManager from 'app/components/modal/modal-manager';
|
||||
import Icon from 'app/components/icon/icon.jsx';
|
||||
import ModalManager from '@components/modal/modal-manager';
|
||||
import Icon from '@components/icon/icon.jsx';
|
||||
|
||||
import './object-modal.scss';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user