import React from 'react'; import { Box, Button, Icon, Icons, Text, config, toRem } from 'folds'; import { Page, PageHero, PageHeroSection } from '../../components/page'; import CinnySVG from '../../../../public/res/svg/cinny.svg'; export function WelcomePage() { return ( } title="Welcome to Cinny" subTitle={ Yet another matrix client.{' '} v4.2.3 } > ); }