mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-10 09:12:58 +00:00
9 lines
186 B
JavaScript
9 lines
186 B
JavaScript
|
(function() {
|
||
|
define(["libs/ng-i18next/provider", "libs/ng-i18next/directive/directive", "libs/ng-i18next/filter/filter"], function() {
|
||
|
|
||
|
console.log("hello")
|
||
|
|
||
|
});
|
||
|
|
||
|
}).call(this);
|