Clean TS lang from featurebase component

This commit is contained in:
Julien Nahum 2024-03-12 13:02:29 +01:00
parent 478b68074d
commit d162d6ef04
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<script setup lang="ts"> <script setup>
import {onMounted} from "vue"; import {onMounted} from "vue";
const scriptLoaded = ref(false); const scriptLoaded = ref(false);