a524c5ec12
* chore: move the view APIs to their own directory * move view api cpp files
8 lines
159 B
JavaScript
8 lines
159 B
JavaScript
'use strict'
|
|
|
|
const { LayoutManager } = process.atomBinding('layout_manager')
|
|
|
|
LayoutManager.prototype._init = function () {
|
|
}
|
|
|
|
module.exports = LayoutManager
|