Skip to content

Commit 2b54892

Browse files
committed
Move themeComponentMapper file
1 parent c4ed71b commit 2b54892

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/components/Canvas/Canvas.vue

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,12 @@
4040
</template>
4141

4242
<script>
43-
import themeComponentMapper from '@/utils/themeComponentMapper'
43+
import themeComponentMapper from './themeComponentMapper'
4444
import CanvasSection from './CanvasSection'
45-
import Spacing from './Sections/Spacing'
4645
4746
export default {
4847
components: {
49-
CanvasSection,
50-
Spacing
48+
CanvasSection
5149
},
5250
5351
provide () {
File renamed without changes.

0 commit comments

Comments
 (0)