mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-25 01:02:30 +00:00
fix: Modal import in Intro component
This commit is contained in:
parent
1617b6d2ab
commit
ec797dad71
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ const { useTranslation } = require('react-i18next');
|
|||
const { useSearchParams, useNavigate } = require('react-router-dom');
|
||||
const classnames = require('classnames');
|
||||
const { default: Icon } = require('@stremio/stremio-icons/react');
|
||||
const { Modal } = require('stremio-router');
|
||||
const Modal = require('stremio/router/Modal');
|
||||
const { useCore } = require('stremio/core');
|
||||
const { useBinaryState } = require('stremio/common');
|
||||
const { default: useRouteFocused } = require('stremio/common/useRouteFocused');
|
||||
|
|
|
|||
Loading…
Reference in a new issue