|
@@ -3,11 +3,11 @@
|
|
|
*/
|
|
*/
|
|
|
|
|
|
|
|
import axios from 'axios'
|
|
import axios from 'axios'
|
|
|
-import InterceptorManager from '../../../lib/util/interceptorManager';
|
|
|
|
|
|
|
+import InterceptorManager from '../../../lib/util/interceptor-manager';
|
|
|
import {
|
|
import {
|
|
|
DetachCodeBlockInterceptor,
|
|
DetachCodeBlockInterceptor,
|
|
|
RestoreCodeBlockInterceptor,
|
|
RestoreCodeBlockInterceptor,
|
|
|
-} from './Interceptor/DetachCodeBlock';
|
|
|
|
|
|
|
+} from './interceptor/detach-code-blocks';
|
|
|
|
|
|
|
|
export default class Crowi {
|
|
export default class Crowi {
|
|
|
constructor(context, window) {
|
|
constructor(context, window) {
|