File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
showcases/patternhub/components Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,11 @@ import {
1010import StaticContent from './static-content' ;
1111import { getRouteWithBasePath , ROUTES } from '../data/routes' ;
1212import '@db-ui/core/dist/css/db-ui-core.vars.css' ;
13- import 'iframe-resizer/js/iframeResizer.contentWindow.min.js' ;
1413import { useRouter } from 'next/router' ;
1514import { DbMainnavigationDataType } from '@db-ui/elements/dist/types/components/db-mainnavigation/db-mainnavigation-type' ;
1615import { 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
1819const getRoutesWithCurrent = (
1920 routes : DbMainnavigationDataType [ ] ,
You can’t perform that action at this time.
0 commit comments