1
0
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:
Puyodead1 2023-04-28 15:02:15 -04:00
parent 609d469b20
commit 14f9bdb78f
No known key found for this signature in database
GPG Key ID: A4FA4FEC0DD353FC

View File

@ -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;