6 lines
76 B
JavaScript
6 lines
76 B
JavaScript
const DEFAULT_LOGO_HEIGHT = 14
|
|
|
|
module.exports = {
|
|
DEFAULT_LOGO_HEIGHT,
|
|
}
|