diff --git a/app/assets/javascripts/discourse/app/components/topic-list/header.gjs b/app/assets/javascripts/discourse/app/components/topic-list/header.gjs index 9f9edbac507..f8879b73f60 100644 --- a/app/assets/javascripts/discourse/app/components/topic-list/header.gjs +++ b/app/assets/javascripts/discourse/app/components/topic-list/header.gjs @@ -1,8 +1,15 @@ +import { hash } from "@ember/helper"; +import { applyValueTransformer } from "discourse/lib/transformer"; + const Header =