import React from 'react'; import AssistView from './AssistView' function AssistRouter() { return (
); } export default AssistRouter;