1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-08-01 11:00:28 +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 { h, Component } from 'preact';
import CodeEditor from './CodeEditor'; import CodeEditor from './CodeEditor';
import { modes, HtmlModes, CssModes, JsModes } from '../codeModes'; import { modes, HtmlModes, CssModes, JsModes } from '../codeModes';
import { log, loadJS } from '../utils'; import { log, loadJS, BASE_PATH } from '../utils';
import { import {
linearizeFiles, linearizeFiles,