refactor: structure
This commit is contained in:
parent
c1c83e8df7
commit
3f457965e9
|
@ -5,9 +5,9 @@ import {
|
||||||
useState,
|
useState,
|
||||||
} from '@flecks/react';
|
} 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 RoomStage = () => {
|
||||||
const selfEntity = useSelfEntity();
|
const selfEntity = useSelfEntity();
|
Loading…
Reference in New Issue
Block a user