Polishing
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
@file:Suppress("UNCHECKED_CAST")
|
||||
|
||||
package org.springframework.web.reactive.result.view.script
|
||||
package org.springframework.web.servlet.view.script
|
||||
|
||||
import kotlin.script.templates.standard.ScriptTemplateWithBindings
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import org.springframework.web.reactive.result.view.script.*
|
||||
import org.springframework.web.servlet.view.script.*
|
||||
|
||||
"""${include("header") }
|
||||
<p>${i18n("hello")} $foo</p>
|
||||
|
||||
Reference in New Issue
Block a user