fix(component name): changed from Block.vue to SmartBlock.vue

This commit is contained in:
Marco Cavalli 2025-06-10 17:13:18 +02:00
parent 40f8500d1f
commit c239eefb84
5 changed files with 3 additions and 7 deletions

View file

@ -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 = [