mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-13 06:32:39 +00:00
8 lines
92 B
JavaScript
8 lines
92 B
JavaScript
module.exports = {
|
|
a4 : ()=>{
|
|
return `.phb{
|
|
width : 210mm;
|
|
height : 296.8mm;
|
|
}`;
|
|
}
|
|
} |