UNPKG
@frontity/mars-theme
Version:
beta (1.6.3-beta.0)
infinite-scroll-beta (1.4.3-infinite-scroll-beta.0)
latest (1.6.2)
1.6.3-beta.0
1.6.2
1.6.1
1.6.0
1.5.2
1.5.1
1.5.0
1.4.4
1.4.3
1.4.3-infinite-scroll-beta.0
1.4.2
1.4.1
1.4.0
1.3.1
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.10
1.1.9
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
0.4.1
0.4.0
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
A starter theme for Frontity
frontity.org
frontity/frontity
@frontity/mars-theme
/
src
/
components
/
list
/
index.js
8 lines
(6 loc)
•
186 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
{ loadable } from
"frontity"
;
/** * Codesplit the list component so it's not included if the users * load a post directly. */
export
default
loadable
(() =>
import
(
"./list"
))
;