mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-06-17 10:39:09 +00:00
early ui stuff
This commit is contained in:
parent
6770751ba1
commit
6f3eca7a64
3 changed files with 142 additions and 0 deletions
7
UI/pages/_internal/_server.js
Normal file
7
UI/pages/_internal/_server.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
const Server = ({ router: { query: { id } } }) => (
|
||||
<div>
|
||||
{id}
|
||||
</div>
|
||||
)
|
||||
|
||||
export default Server
|
Loading…
Add table
Add a link
Reference in a new issue