import React from 'react'; import './Welcome.scss'; import Text from '../../atoms/text/Text'; import CinnySvg from '../../../../public/res/svg/cinny.svg'; function Welcome() { return (
Cinny logo Welcome to Cinny Yet another matrix client
); } export default Welcome;