UNPKG
trc-client-core
Version:
latest (0.0.3)
0.0.3
The core of the TRC Client
github.com/blueflag/trc-client-core
blueflag/trc-client-core
trc-client-core
/
src
/
technical
/
TechnicalImportantInformationCollection.jsx
2 lines
•
235 B
JSX
View Raw
1
2
var
req =
require
.
context
(
"trc-client-core/src/copy/technical/importantInformation"
,
true
,
/\.md$/
);
module
.
exports
= req.
keys
().
map
((
key
=>
require
(
'trc-client-core/src/copy/technical/importantInformation/'
+ key.
replace
(
'./'
,
''
))));