~cc18034/traffic/traffic

« back to all changes in this revision

Viewing changes to frontend-main/src/Pages/ReportAccident/reportAccident.jsx

  • Committer: kevinllo
  • Date: 2022-06-19 23:45:43 UTC
  • Revision ID: kevinllo@debian-20220619234543-ko50g3e778ldao0y
Front y back

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
import React from 'react'
 
2
 
 
3
export const ReportAccident = () => {
 
4
  return (
 
5
    <div>reportAccident</div>
 
6
  )
 
7
}