Skip to content

Commit

Permalink
Update src/config/loadables.js
Browse files Browse the repository at this point in the history
Co-authored-by: Mauro Amico <[email protected]>
  • Loading branch information
giuliaghisini and mamico authored Sep 18, 2023
1 parent 5424da4 commit 8acd7ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/config/loadables.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ export const loadables = {
reactSlick: loadable.lib(() => import('react-slick')),
rrule: loadable.lib(() => import('rrule')),
htmlDiffLib: loadable.lib(() => import('htmldiff-js')),
marked: loadable.lib(() => import('marked')), //read markdown files
...subsitesLoadables,
};

0 comments on commit 8acd7ba

Please sign in to comment.