Skip to content

Commit 8d28924

Browse files
committed
fix import path
1 parent 5081f89 commit 8d28924

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

components/pexels/pexels.app.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {
33
COLOR_OPTIONS,
44
ORIENTATION_OPTIONS,
55
SIZE_OPTIONS,
6-
} from "../../common/constants.mjs";
6+
} from "./common/constants.mjs";
77

88
export default {
99
type: "app",

0 commit comments

Comments
 (0)