Remove unused main.js theme file
This commit is contained in:
		| @ -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') | ||||
| } | ||||
		Reference in New Issue
	
	Block a user