1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 08:27:42 +02:00

did a thing, struff works now :o

This commit is contained in:
David Sevilla Martin
2019-10-06 12:28:44 -04:00
parent 798a3486bf
commit 3c84f41070
197 changed files with 24792 additions and 1501 deletions

7237
js/dist/admin.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

11157
js/dist/forum.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

18
js/old/admin/index.js Normal file
View File

@@ -0,0 +1,18 @@
import AdminApplication from './AdminApplication';
const app = new AdminApplication();
// Backwards compatibility
window.app = app;
export { app };
// Export public API
// Export compat API
import compat from './compat';
compat.app = app;
export { compat };

Some files were not shown because too many files have changed in this diff Show More