import React from 'react'; import WbsList from './WbsList'; const WbsListPage = () => { return (
) } export default WbsListPage