changed name to myextension

This commit is contained in:
benarc 2024-01-16 16:38:53 +00:00
parent ba7e11e30d
commit 0711f583d6
16 changed files with 221 additions and 225 deletions

View file

@ -0,0 +1,18 @@
<q-expansion-item group="extras" icon="info" label="About MyExtension">
<q-card>
<q-card-section>
<p>
MyExtension extension is a basic extension that you can use to get started building your own extension
</p>
<small
>Created by
<a
class="text-secondary"
href="https://github.com/benarc"
target="_blank"
>Ben Arc</a
>.</small
>
</q-card-section>
</q-card>
</q-expansion-item>