diff --git a/plugins/styleguide/assets/javascripts/discourse/components/sections/atoms/00-typography.gjs b/plugins/styleguide/assets/javascripts/discourse/components/sections/atoms/00-typography.gjs index 6a52b70181b..fb1a533b8c7 100644 --- a/plugins/styleguide/assets/javascripts/discourse/components/sections/atoms/00-typography.gjs +++ b/plugins/styleguide/assets/javascripts/discourse/components/sections/atoms/00-typography.gjs @@ -1,34 +1,32 @@ -import I18n from "discourse-i18n"; +import i18n from "discourse/helpers/i18n"; import StyleguideExample from "../../styleguide-example"; -const t = I18n.t.bind(I18n); -