File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1- import { setupHighlighting } from "../highlighting .js" ;
1+ import { CCPAModal } from "../ccpa-modal .js" ;
22import { setupJwtCounter } from "../counter.js" ;
3+ import { setupHighlighting } from "../highlighting.js" ;
34import { TopBanner } from "../top-banner.js" ;
45
56// Initialization
67setupHighlighting ( ) ;
78setupJwtCounter ( ) ;
9+ CCPAModal ( ) ;
810TopBanner ( ) ;
Original file line number Diff line number Diff line change 1- import { setupLibraries } from "./libraries.js" ;
2- import { setupHighlighting } from "../highlighting.js" ;
1+ import { CCPAModal } from "../ccpa-modal.js" ;
32import { setupJwtCounter } from "../counter.js" ;
3+ import { setupHighlighting } from "../highlighting.js" ;
44import { TopBanner } from "../top-banner.js" ;
5+ import { setupLibraries } from "./libraries.js" ;
56
67// Initialization
78setupLibraries ( ) ;
89setupHighlighting ( ) ;
910setupJwtCounter ( ) ;
11+ CCPAModal ( ) ;
1012TopBanner ( ) ;
You can’t perform that action at this time.
0 commit comments