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

misc fixes

This commit is contained in:
Kushagra Gour
2018-06-03 00:28:39 +05:30
parent 959fef487f
commit e739ed498f
2 changed files with 3 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ import { computeHtml, computeCss, computeJs } from '../computes';
import { HtmlModes, CssModes, JsModes } from '../codeModes';
import { log } from '../utils';
import { SplitPane } from './SplitPane.jsx';
import { trackEvent } from '../analytics';
const BASE_PATH = chrome.extension || window.DEBUG ? '/' : '/app';
const minCodeWrapSize = 33;