starting new build
This commit is contained in:
parent
b1a95d1e7a
commit
5bac5a1b8d
8 changed files with 867 additions and 20 deletions
7
app/view/load-indicator.js
Normal file
7
app/view/load-indicator.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
'use strict'
|
||||
|
||||
let template = require('./template/load-indicator.handlebars')
|
||||
|
||||
module.exports = function loadIndicator () {
|
||||
console.log(template())
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue