chore(project) cleanup
This commit is contained in:
7
lib/Views/HtmlEngine.js
Normal file
7
lib/Views/HtmlEngine.js
Normal file
@@ -0,0 +1,7 @@
|
||||
export default class HtmlEngine {
|
||||
constructor() {}
|
||||
|
||||
render(tpl, context = {}) {
|
||||
return tpl;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user