import React from 'react'
import Typography from '@mui/material/Typography'
export function Home() {
return (
chitchatter
This is a communication tool that is free, open source, and designed
for maximum security. All communication between you and your online
peers is encrypted and ephemeral.
)
}