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.
chitchatter is still a work in progress and not yet ready to be used!
)
}