Remove unused main.js theme file
This commit is contained in:
parent
429d7af3e5
commit
a867542d87
@ -1,23 +0,0 @@
|
||||
function register ({ registerHook }) {
|
||||
registerHook({
|
||||
target: 'action:application.listening',
|
||||
handler: displayHelloWorld
|
||||
})
|
||||
|
||||
displayHelloWorld()
|
||||
}
|
||||
|
||||
async function unregister () {
|
||||
return
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
register,
|
||||
unregister
|
||||
}
|
||||
|
||||
// ############################################################################
|
||||
|
||||
function displayHelloWorld () {
|
||||
console.log('hello world peertube')
|
||||
}
|
Loading…
Reference in New Issue
Block a user