Initial Commit
This commit is contained in:
11
frontend/src/pages/Service.tsx
Executable file
11
frontend/src/pages/Service.tsx
Executable file
@@ -0,0 +1,11 @@
|
||||
import React from 'react';
|
||||
import { useParams } from 'react-router-dom';
|
||||
|
||||
function Service() {
|
||||
const {srv_id} = useParams()
|
||||
return <div>
|
||||
Service: {srv_id}
|
||||
</div>
|
||||
}
|
||||
|
||||
export default Service;
|
||||
Reference in New Issue
Block a user