asb_cloud_front/src/pages/FluidService.jsx

8 lines
198 B
React
Raw Normal View History

import Documents from "../components/Documents"
export default function FluidService({selectedFileCategory}) {
return(
<Documents selectedFileCategory={selectedFileCategory} />
)
}