Skip to content

Commit

Permalink
Fix import path
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbrand committed Aug 31, 2023
1 parent 005f537 commit 3e680e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/gif/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { log } from '@converse/headless';
import log from '@converse/headless/log.js';
import { getOpenPromise } from '@converse/openpromise';
import { parseGIF, decompressFrames } from 'gifuct-js';

Expand Down

0 comments on commit 3e680e8

Please sign in to comment.