]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/components/episodes/RestreamAddForm.js
improved user context
[alttp.git] / resources / js / components / episodes / RestreamAddForm.js
index 97fb1226ae4decddce32995b51f6d43dc8ff3979..c09b92b8d817125369f79dc2b386492becdc8d62 100644 (file)
@@ -7,7 +7,7 @@ import { useTranslation } from 'react-i18next';
 import DialogEpisode from './DialogEpisode';
 import ToggleSwitch from '../common/ToggleSwitch';
 import laravelErrorsToFormik from '../../helpers/laravelErrorsToFormik';
-import { withUser } from '../../helpers/UserContext';
+import { withUser } from '../../hooks/user';
 
 const channelCompare = (a, b) => a.channel.title.localeCompare(b.channel.title);