Skip to content

Commit 7cced09

Browse files
committed
Fix the modules manually, they had incorrect paths
1 parent d7ececd commit 7cced09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/hybrid-example/hybrid-example.iml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<module type="WEB_MODULE" version="4">
33
<component name="NewModuleRootManager" inherit-compiler-output="true">
44
<exclude-output />
5-
<content url="file://$MODULE_DIR$/../examples/hybrid-example" />
5+
<content url="file://$MODULE_DIR$" />
66
<orderEntry type="sourceFolder" forTests="false" />
77
</component>
88
</module>

examples/node-example/node-example.iml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<module type="WEB_MODULE" version="4">
33
<component name="NewModuleRootManager" inherit-compiler-output="true">
44
<exclude-output />
5-
<content url="file://$MODULE_DIR$/../examples/node-example" />
5+
<content url="file://$MODULE_DIR$" />
66
<orderEntry type="sourceFolder" forTests="false" />
77
</component>
88
</module>

0 commit comments

Comments
 (0)