mirror of
https://github.com/haiwen/seahub.git
synced 2025-05-08 16:08:58 +00:00
5 lines
162 B
JavaScript
5 lines
162 B
JavaScript
|
//Load common code that includes config, then load the app logic for this page.
|
||
|
require(['./common'], function (common) {
|
||
|
require(['sysadmin-app/main']);
|
||
|
});
|