mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-23 14:40:50 +01:00
Updates
This commit is contained in:
parent
4b31308e75
commit
44421f7267
@ -17,13 +17,13 @@ $grid-active-border-color: $white;
|
|||||||
|
|
||||||
$toolbar-height: 55px;
|
$toolbar-height: 55px;
|
||||||
|
|
||||||
$achievement-width: 650px;
|
$achievement-width: 350px;
|
||||||
$achievement-height: 400px;
|
$achievement-height: 370px;
|
||||||
|
|
||||||
$avatar-editor-width: 620px;
|
$avatar-editor-width: 620px;
|
||||||
$avatar-editor-height: 374px;
|
$avatar-editor-height: 374px;
|
||||||
|
|
||||||
$catalog-width: 620px;
|
$catalog-width: 630px;
|
||||||
$catalog-height: 400px;
|
$catalog-height: 400px;
|
||||||
|
|
||||||
$inventory-width: 528px;
|
$inventory-width: 528px;
|
||||||
|
@ -11,9 +11,9 @@ import { MainView } from './views/main/MainView';
|
|||||||
|
|
||||||
export const App: FC<{}> = props =>
|
export const App: FC<{}> = props =>
|
||||||
{
|
{
|
||||||
const [ isReady, setIsReady ] = useState(false);
|
const [ isReady, setIsReady ] = useState(false);
|
||||||
const [ isError, setIsError ] = useState(false);
|
const [ isError, setIsError ] = useState(false);
|
||||||
const [ message, setMessage ] = useState('Getting Ready');
|
const [ message, setMessage ] = useState('Getting Ready');
|
||||||
|
|
||||||
//@ts-ignore
|
//@ts-ignore
|
||||||
if(!NitroConfig) throw new Error('NitroConfig is not defined!');
|
if(!NitroConfig) throw new Error('NitroConfig is not defined!');
|
||||||
|
Loading…
Reference in New Issue
Block a user