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

add file, skeleton from "select all"

This commit is contained in:
CroogQT
2022-05-05 12:11:02 -07:00
parent bddca8e232
commit 2979a64ce3

View File

@ -0,0 +1,5 @@
import { getElement, getElements, findFirstAdjacent } from '../util';
export function initSelectMultiple(): void {
}