1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-07 09:51:26 +00:00

React activity (#2315)

This commit is contained in:
shanshuirenjia
2018-08-30 15:10:52 +08:00
committed by Daniel Pan
parent 99080e95c3
commit 740d6a86cf
17 changed files with 762 additions and 18 deletions

View File

@@ -2,8 +2,9 @@ import React, { Component } from 'react';
import ReactDOM from 'react-dom';
import cookie from 'react-cookies';
import { keyCodes, bytesToSize } from './utils';
import { siteRoot, avatarInfo, gettext } from './constance';
const siteRoot = window.app.config.siteRoot;
const gettext = window.gettext;
class Account extends Component {
constructor(props) {