change(tracker): rm unused

This commit is contained in:
sylenien 2022-09-13 17:10:01 +02:00 committed by Delirium
parent 367047f702
commit d33fb6e785

View file

@ -1,5 +1,5 @@
import type App from '../app/index.js'
import { normSpaces, IN_BROWSER, getLabelAttribute, hasOpenreplayAttribute } from '../utils.js'
import { normSpaces, IN_BROWSER, getLabelAttribute } from '../utils.js'
import { hasTag } from '../app/guards.js'
import { SetInputTarget, SetInputValue, SetInputChecked } from '../app/messages.gen.js'