web: remove unused items
This commit is contained in:
parent
2a2fa7e073
commit
e3a3c5bc78
2 changed files with 2 additions and 5 deletions
|
@ -84,9 +84,6 @@
|
||||||
<v-btn icon class="mr-3">
|
<v-btn icon class="mr-3">
|
||||||
<Pencil />
|
<Pencil />
|
||||||
</v-btn>
|
</v-btn>
|
||||||
<v-btn icon class="mr-3">
|
|
||||||
<Trash2 />
|
|
||||||
</v-btn>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
@ -114,7 +111,7 @@
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { store } from '@/store';
|
import { store } from '@/store';
|
||||||
import { Plus, LogOut, Trash2, Pencil, CalendarCheck, CalendarX } from 'lucide-vue-next';
|
import { Plus, LogOut, Pencil, CalendarCheck, CalendarX } from 'lucide-vue-next';
|
||||||
import { ref } from 'vue';
|
import { ref } from 'vue';
|
||||||
import { useDate } from 'vuetify' // Used for unifying Date inputs to ISO
|
import { useDate } from 'vuetify' // Used for unifying Date inputs to ISO
|
||||||
|
|
||||||
|
|
|
@ -60,7 +60,7 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { Infinity, KeyRound, Check, Skull, CalendarCheck, CalendarX } from 'lucide-vue-next';
|
import { Infinity, KeyRound, CalendarCheck, CalendarX } from 'lucide-vue-next';
|
||||||
|
|
||||||
const props = defineProps({
|
const props = defineProps({
|
||||||
licenseName: String,
|
licenseName: String,
|
||||||
|
|
Loading…
Reference in a new issue