1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

#6372: General cleanup

This commit is contained in:
checktheroads
2021-07-06 17:53:11 -07:00
parent 88e382e7a1
commit 00c4ac8d51
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
import { readableColor } from 'color2k';
import { findFirstAdjacent, getElements } from '../util';
import { findFirstAdjacent } from '../util';
import type SlimSelect from 'slim-select';