🚚 Moving or renaming files

This commit is contained in:
Liyas Thomas
2020-03-03 17:27:53 +05:30
parent f564ca1eb5
commit 378d9e7758
26 changed files with 46 additions and 43 deletions

View File

@@ -302,11 +302,11 @@
</style>
<script>
import AceEditor from "../components/ace-editor"
import AceEditor from "../components/ui/ace-editor"
export default {
components: {
"pw-section": () => import("../components/section"),
"pw-section": () => import("../components/layout/section"),
Editor: AceEditor,
},