Add Server page
This commit is contained in:
parent
00041a5d83
commit
c79693d0a7
9
src/components/projects/server.jsx
Normal file
9
src/components/projects/server.jsx
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
import React, { Component } from 'react';
|
||||||
|
|
||||||
|
function ServerPage() {
|
||||||
|
return (
|
||||||
|
<section></section>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
export default ServerPage;
|
||||||
Loading…
Reference in New Issue
Block a user