use svg for progress

This commit is contained in:
Danny Coates 2017-08-13 11:02:27 -07:00
parent 43fa551a64
commit eada94b262
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
9 changed files with 36 additions and 36 deletions

View file

@ -13,7 +13,7 @@ import Storage from './storage';
import * as metrics from './metrics';
import * as progress from './progress';
import * as fileList from './fileList';
import $ from 'jquery';
import $ from 'jquery/dist/jquery.slim';
const storage = new Storage();