|
@@ -3,8 +3,6 @@
|
|
|
*/
|
|
*/
|
|
|
|
|
|
|
|
import axios from 'axios';
|
|
import axios from 'axios';
|
|
|
-import React from 'react';
|
|
|
|
|
-import ReactDOM from 'react-dom';
|
|
|
|
|
|
|
|
|
|
import InterceptorManager from '@commons/service/interceptor-manager';
|
|
import InterceptorManager from '@commons/service/interceptor-manager';
|
|
|
|
|
|
|
@@ -14,7 +12,6 @@ import {
|
|
|
DetachCodeBlockInterceptor,
|
|
DetachCodeBlockInterceptor,
|
|
|
RestoreCodeBlockInterceptor,
|
|
RestoreCodeBlockInterceptor,
|
|
|
} from './interceptor/detach-code-blocks';
|
|
} from './interceptor/detach-code-blocks';
|
|
|
-import HandsontableModal from '../components/PageEditor/HandsontableModal';
|
|
|
|
|
|
|
|
|
|
export default class Crowi {
|
|
export default class Crowi {
|
|
|
constructor(context, window) {
|
|
constructor(context, window) {
|