refactor: structure

This commit is contained in:
cha0s 2022-03-24 09:51:15 -05:00
parent c1c83e8df7
commit 3f457965e9
2 changed files with 2 additions and 2 deletions

View File

@ -5,9 +5,9 @@ import {
useState,
} from '@flecks/react';
import {useRoom, useSelfEntity} from '../../../../hooks';
import {useRoom, useSelfEntity} from '../../../hooks';
import styles from './index.module.scss';
import styles from './renderable.module.scss';
const RoomStage = () => {
const selfEntity = useSelfEntity();