Remove unused import

pull/411/head
cagataycivici 2020-07-17 16:18:38 +03:00
parent 3e35bc1fbf
commit 4bf2e938c4
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<template>
<div class="p-picklist p-component p-picklist-responsive">
<div class="p-picklist p-component">
<div class="p-picklist-buttons p-picklist-source-controls">
<PLButton type="button" icon="pi pi-angle-up" @click="moveUp($event, 0)"></PLButton>
<PLButton type="button" icon="pi pi-angle-double-up" @click="moveTop($event, 0)"></PLButton>