mirror of
https://github.com/pinry/pinry.git
synced 2025-11-18 10:50:38 +01:00
Refactor: move editors ui to a folder
This commit is contained in:
committed by
Isaac Bythewood
parent
58f778f4b4
commit
54487787f5
@@ -80,7 +80,7 @@ import loadingSpinner from './loadingSpinner.vue';
|
|||||||
import noMore from './noMore.vue';
|
import noMore from './noMore.vue';
|
||||||
import scroll from './utils/scroll';
|
import scroll from './utils/scroll';
|
||||||
import bus from './utils/bus';
|
import bus from './utils/bus';
|
||||||
import EditorUI from './PinEditorUI.vue';
|
import EditorUI from './editors/PinEditorUI.vue';
|
||||||
|
|
||||||
function createImageItem(pin) {
|
function createImageItem(pin) {
|
||||||
const image = {};
|
const image = {};
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import API from './api';
|
import API from '../api';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'Editor',
|
name: 'Editor',
|
||||||
Reference in New Issue
Block a user