mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 17:58:43 -05:00
6 lines
164 B
JavaScript
6 lines
164 B
JavaScript
function GetAppLayoutMock(options) {
|
|
return () => Promise.resolve({ id: 'app-layout', qLocaleInfo: options?.appLocaleInfo });
|
|
}
|
|
|
|
export default GetAppLayoutMock;
|