mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 07:32:02 +00:00
fix(App): lint
This commit is contained in:
parent
443e86a1ad
commit
c5b20800c0
1 changed files with 8 additions and 8 deletions
|
|
@ -165,14 +165,14 @@ const App = () => {
|
||||||
<PlatformProvider>
|
<PlatformProvider>
|
||||||
<ToastProvider className={styles['toasts-container']}>
|
<ToastProvider className={styles['toasts-container']}>
|
||||||
<TooltipProvider className={styles['tooltip-container']}>
|
<TooltipProvider className={styles['tooltip-container']}>
|
||||||
<ServicesToaster />
|
<ServicesToaster />
|
||||||
<DeepLinkHandler />
|
<DeepLinkHandler />
|
||||||
<SearchParamsHandler />
|
<SearchParamsHandler />
|
||||||
<RouterWithProtectedRoutes
|
<RouterWithProtectedRoutes
|
||||||
className={styles['router']}
|
className={styles['router']}
|
||||||
viewsConfig={routerViewsConfig}
|
viewsConfig={routerViewsConfig}
|
||||||
onPathNotMatch={onPathNotMatch}
|
onPathNotMatch={onPathNotMatch}
|
||||||
/>
|
/>
|
||||||
</TooltipProvider>
|
</TooltipProvider>
|
||||||
</ToastProvider>
|
</ToastProvider>
|
||||||
</PlatformProvider>
|
</PlatformProvider>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue