UNPKG

@taylorwhite/copacetic-frontity-theme

Version:
6 lines (4 loc) 181 B
import { loadable } from "frontity"; // Codesplit the list component so it's not included if the users // load a post directly. export default loadable(() => import("./archive"));