Skip to content

Commit

Permalink
fixup! Reformat the templates for Kotlin model code
Browse files Browse the repository at this point in the history
Restore the TemplateOutput import
  • Loading branch information
MariusVolkhart committed Jan 24, 2024
1 parent 8782843 commit 5a7144a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jte-models/src/main/jte/statictemplates/kmain.jte
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ package ${config.packageName()}

import gg.jte.models.runtime.*
import gg.jte.ContentType
import gg.jte.TemplateOutput
import gg.jte.html.HtmlTemplateOutput
@for(String imp: imports)
import ${imp}
Expand Down

0 comments on commit 5a7144a

Please sign in to comment.