1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-05 17:02:47 +00:00

fix warnings

This commit is contained in:
Michael An
2019-06-04 17:59:54 +08:00
parent 7bcb942ef6
commit e4fde3d7a8
16 changed files with 53 additions and 53 deletions

View File

@@ -1,11 +1,11 @@
import React from 'react';
import ReactDOM from 'react-dom';
import { Router } from '@reach/router';
import { siteRoot, gettext } from '../../utils/constants';
import { siteRoot } from '../../utils/constants';
import SidePanel from './side-panel';
import MainPanel from './main-panel';
import FileScanRecords from './file-scan-records';
import WorkWeixinDepartments from './work-weixin-departments'
import WorkWeixinDepartments from './work-weixin-departments';
import '../../assets/css/fa-solid.css';
import '../../assets/css/fa-regular.css';