Skip to content

Commit

Permalink
chore(website): fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gilest committed Dec 1, 2023
1 parent 80605d6 commit d662e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/app/components/demo-upload.gjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import FileDropzone from 'ember-file-upload/components/file-dropzone';
import fileQueue from 'ember-file-upload/helpers/file-queue';
import { onloadstart, onprogress, onloadend } from 'ember-file-upload/internal';
import OptionsForm, { UPLOAD_TYPES, DEFAULT_OPTIONS } from './options-form';
import { intervalToDuration, formatDuration } from 'date-fns'
import { intervalToDuration, formatDuration } from 'date-fns';

// Simulated progress events every 100ms
const SIMULATED_TICK_INTERVAL = 100;
Expand Down

0 comments on commit d662e48

Please sign in to comment.