refactor: styles

This commit is contained in:
cha0s 2021-03-29 19:07:09 -05:00
parent 19d4c62ccf
commit b36105d4d1
7 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,5 @@
import './index.scss';
import '@humus/scss/reset.scss';
import './index.scss';

View File

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

View File

@ -1,3 +1,5 @@
import './index.scss';
import {useIsNative} from '@humus/core';
import {useSelector} from '@latus/redux';
import {PropTypes, React} from '@latus/react';

View File

@ -1,3 +1,5 @@
import './index.scss';
import {
React,
useEffect,

View File

@ -1,3 +1,5 @@
import './index.scss';
import classnames from 'classnames';
import {usePropertyChange} from '@avocado/react';
import {useInventorySlice} from '@humus/inventory';

View File

@ -1,3 +1,5 @@
import './index.scss';
import {InputNormalizer} from '@avocado/input/client';
import {Vector} from '@avocado/math';
import {Room} from '@avocado/topdown';

View File

@ -1,3 +1,5 @@
import './index.scss';
import {join} from 'path';
import classnames from 'classnames';