1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-10 00:16:18 +02:00

ContentWrapFile: import BASE_PATH

This commit is contained in:
Kushagra Gour
2019-01-17 20:10:26 +05:30
parent 9a1f1cca87
commit 9ab4409fed

View File

@ -1,7 +1,7 @@
import { h, Component } from 'preact';
import CodeEditor from './CodeEditor';
import { modes, HtmlModes, CssModes, JsModes } from '../codeModes';
import { log, loadJS } from '../utils';
import { log, loadJS, BASE_PATH } from '../utils';
import {
linearizeFiles,