Skip to content

Commit 42a6fc0

Browse files
committed
fix: use / for app module delimiter
1 parent 846f8c2 commit 42a6fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ const AppWrapper = () => {
138138
id:
139139
module.defaultAction.substr(0, 3) === '../'
140140
? module.name
141-
: `app:${module.name}`,
141+
: `app/${module.name}`,
142142
displayName: module.displayName || module.name,
143143
}))
144144

0 commit comments

Comments
 (0)