import { motion } from 'motion/react' import logoImage from '../assets/logo.png' export const SplashApp = () => { return (
Logo
) }