Skip to content

Commit

Permalink
fix: ReleaseLog loadable
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliaghisini committed Sep 15, 2023
1 parent 76fbb0a commit 390dc7c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@

import { App, Search } from '@plone/volto/components';
import { defaultRoutes, multilingualRoutes } from '@plone/volto/routes';
import ReleaseLog from 'design-comuni-plone-theme/components/ReleaseLog/ReleaseLog';
import loadable from '@loadable/component';
import config from '@plone/volto/registry';

const ReleaseLog = loadable(() =>
import('design-comuni-plone-theme/components/ReleaseLog/ReleaseLog'),
);

export const italiaRoutes = [
// Add design-comuni-plone-theme routes here
{
Expand Down

0 comments on commit 390dc7c

Please sign in to comment.