Skip to content
This repository was archived by the owner on Jul 26, 2026. It is now read-only.

Commit 62f5094

Browse files
authored
fix: fixed import path after renaming of sfccGlobals
1 parent c059fec commit 62f5094

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/sfra/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const sfccGlobals = require('../sfccGlobals')
1+
const sfccGlobals = require('../sfcc-globals')
22

33
module.exports = {
44
extends: [

0 commit comments

Comments
 (0)