Refactor: move editors ui to a folder

This commit is contained in:
winkidney
2019-12-07 13:38:09 +08:00
committed by Isaac Bythewood
parent 58f778f4b4
commit 54487787f5
2 changed files with 2 additions and 2 deletions

View File

@@ -80,7 +80,7 @@ import loadingSpinner from './loadingSpinner.vue';
import noMore from './noMore.vue';
import scroll from './utils/scroll';
import bus from './utils/bus';
import EditorUI from './PinEditorUI.vue';
import EditorUI from './editors/PinEditorUI.vue';
function createImageItem(pin) {
const image = {};

View File

@@ -27,7 +27,7 @@
</template>
<script>
import API from './api';
import API from '../api';
export default {
name: 'Editor',