Skip to content

Commit b64f556

Browse files
committed
try changing module path to change hash
1 parent 12aa290 commit b64f556

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/lib/src/core/presets/presets.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import { fixedOptions as alternate, createOptions as alternateOptions } from './alternateGallery.js';
33
import { fixedOptions as bricks, createOptions as bricksOptions } from './bricksGallery.js';
44

5-
import { fixedOptions as collage, createOptions as collageOptions } from './collageGallery.js';
5+
import { fixedOptions as collage, createOptions as collageOptions } from './collageGalleryOptions.js';
66

77
import { fixedOptions as fullsize, createOptions as fullsizeOptions } from './fullsizeGallery.js';
88

0 commit comments

Comments
 (0)