import React from 'react' import { DotLottieReact } from '@lottiefiles/dotlottie-react' import { Box } from '@linagora/twake-mui' import twakeLogo from '../../static/twake-workplace.svg' export function Loading() { return ( ) }