Skip to content

Commit

Permalink
Stop importing from deprecated object (#36)
Browse files Browse the repository at this point in the history
TwirlFeatureImports and TwirlHelperImports are the non-deprecated
replacements for TemplateMagic
  • Loading branch information
coreywoodfield authored Jan 8, 2021
1 parent 3aafe47 commit f7d48af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion twirl/twirl.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ gendir_base_path = "main/twirl"

play_imports = [
"play.twirl.api._",
"play.twirl.api.TemplateMagic._",
"play.twirl.api.TwirlFeatureImports._",
"play.twirl.api.TwirlHelperImports._",
"models._",
"controllers._",
"play.api.i18n._",
Expand Down

0 comments on commit f7d48af

Please sign in to comment.