add back missing imports

This commit is contained in:
joshuaboud 2022-06-20 12:56:53 -03:00
parent ef39089624
commit d1b001c475
No known key found for this signature in database
GPG Key ID: 17EFB59E2A8BF50E

View File

@ -29,7 +29,8 @@ If not, see <https://www.gnu.org/licenses/>.
</template>
<script>
import { SortDescendingIcon } from "@heroicons/vue/solid";
import { SortDescendingIcon, SortAscendingIcon } from "@heroicons/vue/solid";
import { ref, nextTick, watch } from "vue";
export default {
props: {