fix(component name): changed from Block.vue to SmartBlock.vue
This commit is contained in:
parent
40f8500d1f
commit
c239eefb84
5 changed files with 3 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
<script setup lang="ts">
|
||||
import {ref} from "vue";
|
||||
import Archive from "@/components/content/Archive.vue";
|
||||
import Blocks from "@/components/content/Blocks.vue";
|
||||
import Blocks from "@components/content/SmartBlock.vue";
|
||||
|
||||
const tab = ref(null)
|
||||
const tabs = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue