UNPKG
bbm-component-library-test
Version:
latest (0.0.7)
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
React based component library for all BBM web applications
bbm-component-library-test
/
dist
/
Card
/
index.js
13 lines
(8 loc)
•
288 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
var
_Card =
require
(
"./Card"
);
var
_Card2 =
_interopRequireDefault
(_Card);
function
_interopRequireDefault
(
obj
) {
return
obj && obj.
__esModule
? obj : {
default
: obj }; }
exports
.
default
= _Card2.
default
;