File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
frontends/web/src/routes/device Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ import { useKeystores } from '@/hooks/backend';
25
25
import { useDarkmode } from '@/hooks/darkmode' ;
26
26
import { useDefault } from '@/hooks/default' ;
27
27
import { Bluetooth } from '@/components/bluetooth/bluetooth' ;
28
+ import { ContentWrapper } from '@/components/contentwrapper/contentwrapper' ;
29
+ import { GlobalBanners } from '@/components/banners' ;
28
30
import { Entry } from '@/components/guide/entry' ;
29
31
import { Guide } from '@/components/guide/guide' ;
30
32
import { Spinner } from '@/components/spinner/Spinner' ;
@@ -60,6 +62,9 @@ export const Waiting = () => {
60
62
< GuideWrapper >
61
63
< GuidedContent >
62
64
< Main >
65
+ < ContentWrapper >
66
+ < GlobalBanners />
67
+ </ ContentWrapper >
63
68
< Header title = { < h2 > { t ( 'welcome.title' ) } </ h2 > } >
64
69
< OutlinedSettingsButton />
65
70
</ Header >
You can’t perform that action at this time.
0 commit comments