Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
module error { header "error.h" } module use_error_a { header "use_error_a.h" export error } module use_error_b { header "use_error_b.h" export error }