import React from 'react'; import DetailProject from '../components/detail_project'; export default function ViewDetailProject() { return ( ); }