Skip to content

Commit

Permalink
remove redundant imports
Browse files Browse the repository at this point in the history
  • Loading branch information
blurymind committed Feb 7, 2021
1 parent c3f2f6d commit df59f64
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/js/classes/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import { data } from './data';
import { yarnRender } from './renderer';
import { Utils, FILETYPE } from './utils';
import { RichTextFormatter } from './richTextFormatter';
import Swal from 'sweetalert2';

// TODO: refactoring proposals
//
Expand Down
1 change: 0 additions & 1 deletion src/js/classes/data.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/* eslint-disable jquery/no-ajax */
const path = require('path');
const saveAs = require('file-saver');
import Swal from 'sweetalert2';
import { Node } from './node';
import { Utils, FILETYPE } from './utils';

Expand Down

0 comments on commit df59f64

Please sign in to comment.