feature/4-pilots---add

This commit is contained in:
2024-06-22 10:57:40 -05:00
parent 2d0670b572
commit 4431d3c3f8

View File

@@ -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<unknown> = () => {
@@ -20,8 +20,13 @@ const Pilots: React.FC<unknown> = () => {
>
New
</Button>
<Drawer open={isDrawerOpen} data-testid="pilot-drawer">
Blah
<Drawer
open={isDrawerOpen}
placement="right"
size={1000}
data-testid="pilot-drawer"
>
<PilotForm />
{/* <DrawerContent>
<DrawerHeader>
<h2>Add Pilot</h2>