mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-09 15:33:46 +00:00
8 lines
186 B
JavaScript
8 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);
|