1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 15:09:14 +00:00

optimize md dir

This commit is contained in:
shanshuirenjia
2022-05-13 11:19:16 +08:00
parent 57f28a9a73
commit d06c0be185
3 changed files with 250 additions and 240 deletions

View File

@@ -1,9 +1,9 @@
// Import React!
import React from 'react';
import ReactDOM from 'react-dom';
import MarkdownEditor from './markdown-editor';
import { I18nextProvider } from 'react-i18next';
import i18n from './i18n-seafile-editor';
import MarkdownEditor from './pages/markdown-editor';
import './index.css';