9 lines
122 B
Plaintext
9 lines
122 B
Plaintext
package root:component;
|
|
|
|
world root {
|
|
import foo:dep/the-name;
|
|
import foo:foo/the-name;
|
|
|
|
export foo:foo/the-name;
|
|
}
|