diff --git a/frontend/packages/dashboard/src/builds.js b/frontend/packages/dashboard/src/builds.js index c79781c8..afed59d2 100644 --- a/frontend/packages/dashboard/src/builds.js +++ b/frontend/packages/dashboard/src/builds.js @@ -10,7 +10,7 @@ // renderers here are direct copies from core.js / logs.js with only the // deep-link URL and count-pill id adjusted. -import { $, el, form, fmtAgeSecs, openStream, openBuildLogStream, initServerWarnings, bindAsyncForms } from './common.js'; +import { $, el, fmtAgeSecs, openStream, openBuildLogStream, initServerWarnings, bindAsyncForms } from './common.js'; import { fmtAgo, fmtElapsed, fmtDuration, truncate } from './util.js'; import { createTabStrip } from '@hive/shared/tabs.js';