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

change wiki (#6052)

This commit is contained in:
Michael An
2024-05-06 17:09:47 +08:00
committed by GitHub
parent fa1157ce8a
commit 65ce3052ee
11 changed files with 45 additions and 36 deletions

View File

@@ -3,7 +3,7 @@ import ReactDom from 'react-dom';
import { Router, navigate } from '@gatsbyjs/reach-router';
import MediaQuery from 'react-responsive';
import { Modal } from 'reactstrap';
import { siteRoot, canAddRepo } from './utils/constants';
import { siteRoot } from './utils/constants';
import { Utils } from './utils/utils';
import SystemNotification from './components/system-notification';
import SidePanel from './components/side-panel';