churn-universe/alloy/wit/world.wit

7 lines
137 B
Plaintext
Raw Normal View History

package component:alloy;
/// An example world for the component to target.
world alloy {
export component:churn-tasks/task@0.1.0;
}