Update Default.vue

This commit is contained in:
Gustavo Amaral 2024-06-02 16:34:02 -03:00 committed by GitHub
parent a9b655a751
commit f8d3db28c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,5 +11,5 @@
<script setup>
import DefaultBar from "./AppBar.vue";
import DefaultView from "./View.vue";
import DefaultFooter from "./AppFooter.vue";
//import DefaultFooter from "./AppFooter.vue";
</script>