diff --git a/app/src/components/pilots/Pilots.tsx b/app/src/components/pilots/Pilots.tsx index f489429..e71b0fe 100644 --- a/app/src/components/pilots/Pilots.tsx +++ b/app/src/components/pilots/Pilots.tsx @@ -1,5 +1,5 @@ import { useState } from 'react'; -// import PilotForm from '../pilotForm/PilotForm'; +import PilotForm from '../pilotForm/PilotForm'; import { Button, Drawer } from '@noahspan/noahspan-components'; const Pilots: React.FC = () => { @@ -20,8 +20,13 @@ const Pilots: React.FC = () => { > New - - Blah + + {/*

Add Pilot