This commit is contained in:
Antoine Boulanger
2016-03-16 12:11:23 -04:00
parent 5b700842af
commit 93c66c196d
4 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
// ==========================================================================
// Title module
// ==========================================================================
import Module from './Module'
import Module from './Module';
class Title extends Module {
constructor(options) {