diff options
Diffstat (limited to 'src/components/Form/Transport')
-rw-r--r-- | src/components/Form/Transport/TransportForm.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Form/Transport/TransportForm.tsx b/src/components/Form/Transport/TransportForm.tsx index af64d80..427b7de 100644 --- a/src/components/Form/Transport/TransportForm.tsx +++ b/src/components/Form/Transport/TransportForm.tsx @@ -7,7 +7,7 @@ */ import React, { useState, Dispatch, SetStateAction } from "react"; -import { Transport } from "./../../../interfaces" +import { Transport } from "./../../../Interfaces/interfaces" interface Props { setVisibility: Dispatch<SetStateAction<boolean>> // this component's visibility |