First commit
This commit is contained in:
15
client/src/components/pilots/Pilots.tsx
Normal file
15
client/src/components/pilots/Pilots.tsx
Normal file
@@ -0,0 +1,15 @@
|
||||
import SiteNav from '../siteNav/SiteNav';
|
||||
import PilotForm from '../pilotForm/PilotForm';
|
||||
|
||||
const Pilots: React.FC<unknown> = () => {
|
||||
return (
|
||||
<div>
|
||||
<SiteNav />
|
||||
<div>
|
||||
<PilotForm />
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default Pilots;
|
||||
Reference in New Issue
Block a user