mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-30 17:53:37 -05:00
8 lines
156 B
JavaScript
8 lines
156 B
JavaScript
|
define(function(require, exports, module) {
|
||
|
"use strict";
|
||
|
|
||
|
exports.snippetText = require("../requirejs/text!./diff.snippets");
|
||
|
exports.scope = "diff";
|
||
|
|
||
|
});
|