mirror of
https://github.com/spacebarchat/client.git
synced 2024-11-25 11:42:30 +01:00
refactor: remove observer from LoadingPage
This commit is contained in:
parent
609d469b20
commit
14f9bdb78f
@ -1,4 +1,3 @@
|
||||
import { observer } from "mobx-react-lite";
|
||||
import PulseLoader from "react-spinners/PulseLoader";
|
||||
import styled from "styled-components";
|
||||
import { ReactComponent as SpacebarLogoBlue } from "../assets/images/logo/Logo-Blue.svg";
|
||||
@ -28,4 +27,4 @@ function LoadingPage() {
|
||||
);
|
||||
}
|
||||
|
||||
export default observer(LoadingPage);
|
||||
export default LoadingPage;
|
||||
|
Loading…
Reference in New Issue
Block a user