refactor: styles
This commit is contained in:
parent
19d4c62ccf
commit
b36105d4d1
|
@ -1,3 +1,5 @@
|
||||||
|
import './index.scss';
|
||||||
|
|
||||||
import '@humus/scss/reset.scss';
|
import '@humus/scss/reset.scss';
|
||||||
import './index.scss';
|
import './index.scss';
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
import './index.scss';
|
||||||
|
|
||||||
import {
|
import {
|
||||||
PropTypes,
|
PropTypes,
|
||||||
React,
|
React,
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
import './index.scss';
|
||||||
|
|
||||||
import {useIsNative} from '@humus/core';
|
import {useIsNative} from '@humus/core';
|
||||||
import {useSelector} from '@latus/redux';
|
import {useSelector} from '@latus/redux';
|
||||||
import {PropTypes, React} from '@latus/react';
|
import {PropTypes, React} from '@latus/react';
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
import './index.scss';
|
||||||
|
|
||||||
import {
|
import {
|
||||||
React,
|
React,
|
||||||
useEffect,
|
useEffect,
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
import './index.scss';
|
||||||
|
|
||||||
import classnames from 'classnames';
|
import classnames from 'classnames';
|
||||||
import {usePropertyChange} from '@avocado/react';
|
import {usePropertyChange} from '@avocado/react';
|
||||||
import {useInventorySlice} from '@humus/inventory';
|
import {useInventorySlice} from '@humus/inventory';
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
import './index.scss';
|
||||||
|
|
||||||
import {InputNormalizer} from '@avocado/input/client';
|
import {InputNormalizer} from '@avocado/input/client';
|
||||||
import {Vector} from '@avocado/math';
|
import {Vector} from '@avocado/math';
|
||||||
import {Room} from '@avocado/topdown';
|
import {Room} from '@avocado/topdown';
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
import './index.scss';
|
||||||
|
|
||||||
import {join} from 'path';
|
import {join} from 'path';
|
||||||
|
|
||||||
import classnames from 'classnames';
|
import classnames from 'classnames';
|
||||||
|
|
Loading…
Reference in New Issue
Block a user