Fix missing secure-fabric.js dependency

This commit is contained in:
yflory 2023-01-18 12:59:28 +01:00
parent d6d3879b51
commit 949a304989
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
// This file is used when a user tries to export the entire CryptDrive.
// Pads from the code app will be exported using this format instead of plain text.
define([
'/bower_components/secure-fabric.js/dist/fabric.min.js',
'/lib/fabric.min.js',
], function () {
var module = {};