mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +00:00
fix(EventModal): incorrect import
This commit is contained in:
parent
7a594f9802
commit
286be6179f
1 changed files with 2 additions and 1 deletions
|
|
@ -2,7 +2,8 @@
|
|||
|
||||
const React = require('react');
|
||||
const { useTranslation } = require('react-i18next');
|
||||
const { Button, ModalDialog } = require('stremio/components');
|
||||
const { default: Button } = require('stremio/components/Button');
|
||||
const ModalDialog = require('stremio/components/ModalDialog');
|
||||
const useEvents = require('./useEvents');
|
||||
const styles = require('./styles');
|
||||
const { default: Icon } = require('@stremio/stremio-icons/react');
|
||||
|
|
|
|||
Loading…
Reference in a new issue