mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-01-11 22:05:08 +00:00
6 lines
76 B
JavaScript
6 lines
76 B
JavaScript
|
'use strict';
|
||
|
|
||
|
define(['react'], function(React) {
|
||
|
console.log(React);
|
||
|
});
|