mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 07:01:12 +00:00
Optimized code structure (#2430)
* combine utils file * modify file position
This commit is contained in:
committed by
Daniel Pan
parent
a2cc17778c
commit
c0d645962f
@@ -1,6 +1,6 @@
|
||||
import React from 'react';
|
||||
import { gettext, siteRoot } from './constants';
|
||||
import { Modal, ModalBody } from 'reactstrap';
|
||||
import { gettext, siteRoot } from '../utils/constants';
|
||||
|
||||
class About extends React.Component {
|
||||
constructor(props) {
|
||||
|
Reference in New Issue
Block a user