early ui stuff

This commit is contained in:
41666 2019-02-25 00:48:16 -06:00
parent 6770751ba1
commit 6f3eca7a64
3 changed files with 142 additions and 0 deletions

View file

@ -0,0 +1,7 @@
const Server = ({ router: { query: { id } } }) => (
<div>
{id}
</div>
)
export default Server