refactor: paths

This commit is contained in:
cha0s 2023-12-03 00:15:13 -06:00
parent 7691ff0f19
commit 857322d0df

View File

@ -7,13 +7,10 @@ import {
import {push} from '@flecks/react/router';
import {useDispatch} from '@flecks/redux';
import {useSocket} from '@flecks/socket';
import {setSelfEntity} from '@humus/app/state';
import fscreen from 'fscreen';
import {
useSelfEntity,
} from '../../../hooks';
import {useSelfEntity} from '../../../hooks';
import {setSelfEntity} from '../../../state';
import styles from './index.module.scss';
import Controller from './controller';
import Renderable from './renderable';