Skip to content

Commit

Permalink
fix(source-list): fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
ThornWalli committed Nov 17, 2023
1 parent 780caeb commit 7ab32cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import createSort from '../../../externals/create-sort.js';
import Source from '../../SpeedkitImage/classes/Source';
import createSort from '#speedkit/externals/create-sort';
import { toHashHex } from '#speedkit/utils/string';

const sortByMediaQueries = createSort();
Expand Down

0 comments on commit 7ab32cf

Please sign in to comment.