UNPKG
hexo-theme-tangyuxian
Version:
latest (2.0.0-alpha.3.1)
2.0.0-alpha.3.1
2.0.0-alpha.3
2.0.0-alpha.2
2.0.0-alpha.1
🔥 A special hexo theme.
www.tangyuxian.com
tangyuxian/hexo-theme-tangyuxian
hexo-theme-tangyuxian
/
layout
/
_layout
/
nexmoe
/
footer.jsx
12 lines
(9 loc)
•
223 B
JSX
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
const
{
Component
,
Fragment
} =
require
(
'inferno'
);
module
.
exports
=
class
extends
Component
{
render
(
) {
// const { body } = this.props;
return
(
<
Fragment
>
</
Fragment
>
); } };