Skip to content
Snippets Groups Projects
Commit afdca7f8 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Add missing FileSaver import (#28)

parent a3dafbe7
Branches
No related tags found
No related merge requests found
Pipeline #12055 passed with warnings
......@@ -15,6 +15,7 @@ import {TextSwitch} from './textswitch.js';
import nextcloudWebAppPasswordURL from 'consts:nextcloudWebAppPasswordURL';
import nextcloudWebDavURL from 'consts:nextcloudWebDavURL';
import {FileSink} from "../vendor/file-handling/src/file-sink";
import FileSaver from 'file-saver';
const i18n = createI18nInstance();
......
......@@ -15,6 +15,7 @@ import {TextSwitch} from './textswitch.js';
import nextcloudWebAppPasswordURL from 'consts:nextcloudWebAppPasswordURL';
import nextcloudWebDavURL from 'consts:nextcloudWebDavURL';
import {FileSink} from "../vendor/file-handling/src/file-sink";
import FileSaver from 'file-saver';
const i18n = createI18nInstance();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment