mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-13 15:12:43 +00:00
11 lines
113 B
JavaScript
11 lines
113 B
JavaScript
const _ = require('lodash');
|
|
const Data = require('./random.data.js');
|
|
|
|
|
|
module.exports = {
|
|
brew : ()=>{
|
|
|
|
|
|
|
|
}
|
|
} |