0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-13 15:12:43 +00:00
Files
homebrewery/shared/homebrewery/snippets/brew/random.brew.js
2017-05-29 23:39:59 -04:00

11 lines
113 B
JavaScript

const _ = require('lodash');
const Data = require('./random.data.js');
module.exports = {
brew : ()=>{
}
}