import * as au from "../aurelia";

export class MdWell {
	@au.bindable
	router: au.Router;
}
