diff --git a/src/components/projects/server.jsx b/src/components/projects/server.jsx index b1c00cf..f0966f2 100644 --- a/src/components/projects/server.jsx +++ b/src/components/projects/server.jsx @@ -2,8 +2,8 @@ import React, { Component } from 'react'; function ServerPage() { return ( -
+

Its a test thing

); } -export default ServerPage; \ No newline at end of file +export default ServerPage;