refactor: styles

This commit is contained in:
cha0s 2021-03-29 19:06:10 -05:00
parent 38a780759a
commit 3348c308c3
3 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,5 @@
import './index.scss';
import {Renderer} from '@avocado/graphics';
import {Vector} from '@avocado/math';
import {

View File

@ -1,3 +1,5 @@
@import '~rc-slider/assets/index.css';
.stage {
align-items: center;
background-color: rgba(0, 0, 0, 0.1);

View File

@ -1,3 +1,5 @@
import './room.scss';
import {
PropTypes,
React,