'use strict';

define([
	'app/components/terminal/terminal',
], function(Console) {
	return {
		Console: Console
	};
});