import ServerList from "./Components/ServerList/ServerList" const Index = () => { return (

Available Servers

) } export default Index