import { FunctionComponent } from "react"; import { Link } from "react-router-dom"; import AutomodIcon from '../favicon.svg'; const Home: FunctionComponent = () => { return (

Automod Web UI

This is a work-in-progress Web UI for the Automod Revolt bot.
Open the dashboard or add the bot to your server.

You can also view usage stats and metrics for the bot here , or check out its GitHub repository.
); } export default Home;