mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-01-11 19:05:07 +00:00
10 lines
121 B
JavaScript
10 lines
121 B
JavaScript
'use strict';
|
|
|
|
define([
|
|
'app/components/terminal/terminal',
|
|
], function(Console) {
|
|
return {
|
|
Console: Console
|
|
};
|
|
});
|