refactor(clean): removed unused lodash import

This commit is contained in:
Corentin Thomasset 2023-04-19 22:57:55 +02:00
parent c311e3824d
commit bb32513bd3
No known key found for this signature in database
GPG key ID: DBD997E935996158

View file

@ -34,7 +34,6 @@
<script setup lang="ts">
import { useFuzzySearch } from '@/composable/fuzzySearch';
import _ from 'lodash';
import { SearchRound } from '@vicons/material';
import { codesByCategories } from './http-status-codes.constants';