UNPKG
@fatherly-funnies/joke-card
Version:
latest (1.4.0)
1.4.0
1.3.2
1.3.1
1.3.0
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
React component to display a daily joke
gitlab.com/red-wolf-projects/fatherly-funnies/ff-joke-card
@fatherly-funnies/joke-card
/
dist
/
cjs
/
index.js
7 lines
•
284 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
JokeCard
=
void
0
;
var
tslib_1 =
require
(
"tslib"
);
var
JokeCard
_1 = tslib_1.
__importDefault
(
require
(
"./components/JokeCard"
));
exports
.
JokeCard
=
JokeCard
_1.
default
;
//# sourceMappingURL=index.js.map