import React, { Component } from 'react'; function ServerPage() { return (

Its a test thing

); } export default ServerPage;