2021-07-22 14:53:30 +05:00
|
|
|
import Documents from "../components/Documents"
|
|
|
|
|
2021-07-26 11:12:20 +05:00
|
|
|
export default function FluidService(id) {
|
2021-07-22 14:53:30 +05:00
|
|
|
|
|
|
|
return(
|
2021-07-26 11:12:20 +05:00
|
|
|
<Documents selectedFileCategory={id} />
|
2021-07-22 14:53:30 +05:00
|
|
|
)
|
|
|
|
}
|