Skip to content

Commit 7b5fc5c

Browse files
authored
Update default-page.tsx
1 parent 0888b32 commit 7b5fc5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

showcases/patternhub/components/default-page.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ import {
1010
import StaticContent from './static-content';
1111
import { getRouteWithBasePath, ROUTES } from '../data/routes';
1212
import '@db-ui/core/dist/css/db-ui-core.vars.css';
13-
import 'iframe-resizer/js/iframeResizer.contentWindow.min.js';
1413
import { useRouter } from 'next/router';
1514
import { DbMainnavigationDataType } from '@db-ui/elements/dist/types/components/db-mainnavigation/db-mainnavigation-type';
1615
import { useEffect, useState } from 'react';
16+
// Using this one for adapting our iframes on the Marketingportal
17+
import 'iframe-resizer/js/iframeResizer.contentWindow.min.js';
1718

1819
const getRoutesWithCurrent = (
1920
routes: DbMainnavigationDataType[],

0 commit comments

Comments
 (0)