From 4431d3c3f82569236c4bf34eec49fe551d6a6199 Mon Sep 17 00:00:00 2001 From: Noah Spannbauer Date: Sat, 22 Jun 2024 10:57:40 -0500 Subject: [PATCH] feature/4-pilots---add --- app/src/components/pilots/Pilots.tsx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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