diff --git a/packages/app/src/splash.jsx b/packages/app/src/splash.jsx index e178f52b..d682d6f4 100644 --- a/packages/app/src/splash.jsx +++ b/packages/app/src/splash.jsx @@ -1,10 +1,7 @@ import React from "react" -import classnames from "classnames" -import { Icons } from "components/Icons" - import config from "config" -export default class Splash extends React.Component { +class Splash extends React.Component { state = { visible: true } @@ -20,16 +17,58 @@ export default class Splash extends React.Component { } render() { - return