diff --git a/src/components/App/Splash/index.tsx b/src/components/App/Splash/index.tsx index fe617ce30..0d49642f3 100644 --- a/src/components/App/Splash/index.tsx +++ b/src/components/App/Splash/index.tsx @@ -10,7 +10,6 @@ import { useDataStore } from '~/stores/useDataStore' import { colors, formatSplashMessage, formatStatsResponse } from '~/utils' import { AnimatedTextContent } from './animated' import { initialMessageData, Message } from './constants' -import { SphereAnimation } from './SpiningSphere' export const Splash = () => { const [message, setMessage] = useState(initialMessageData) @@ -70,7 +69,7 @@ export const Splash = () => { return ( - + {/* */} {appMetaData?.title}