Skip to content

Commit e025b06

Browse files
committed
chore: add component name prefix
1 parent 837ec04 commit e025b06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package com.github.tempest.framework
22

33
object TempestFrameworkUtil {
4-
const val TEMPLATE_PREFIX = ".view.php"
54
const val TEMPLATE_SUFFIX = ".view.php"
5+
const val COMPONENT_NAME_PREFIX = "x-"
66
}

0 commit comments

Comments
 (0)