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 {
10
10
import StaticContent from './static-content' ;
11
11
import { getRouteWithBasePath , ROUTES } from '../data/routes' ;
12
12
import '@db-ui/core/dist/css/db-ui-core.vars.css' ;
13
- import 'iframe-resizer/js/iframeResizer.contentWindow.min.js' ;
14
13
import { useRouter } from 'next/router' ;
15
14
import { DbMainnavigationDataType } from '@db-ui/elements/dist/types/components/db-mainnavigation/db-mainnavigation-type' ;
16
15
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' ;
17
18
18
19
const getRoutesWithCurrent = (
19
20
routes : DbMainnavigationDataType [ ] ,
You can’t perform that action at this time.
0 commit comments