mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-20 23:06:14 -04:00
refactor(clean): removed unused lodash import
This commit is contained in:
parent
c311e3824d
commit
bb32513bd3
1 changed files with 0 additions and 1 deletions
|
@ -34,7 +34,6 @@
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { useFuzzySearch } from '@/composable/fuzzySearch';
|
import { useFuzzySearch } from '@/composable/fuzzySearch';
|
||||||
import _ from 'lodash';
|
|
||||||
import { SearchRound } from '@vicons/material';
|
import { SearchRound } from '@vicons/material';
|
||||||
import { codesByCategories } from './http-status-codes.constants';
|
import { codesByCategories } from './http-status-codes.constants';
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue