diff options
Diffstat (limited to 'lib/output/website/index.js')
-rw-r--r-- | lib/output/website/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/output/website/index.js b/lib/output/website/index.js index e60dae2..a35cafe 100644 --- a/lib/output/website/index.js +++ b/lib/output/website/index.js @@ -1,6 +1,8 @@ var util = require('util'); var FolderOutput = require('../base'); +var Theme = require('./theme'); + function WebsiteOutput() { FolderOutput.apply(this, arguments); } |