diff options
Diffstat (limited to 'src/components/Form/People/SelectClientForm.tsx')
-rw-r--r-- | src/components/Form/People/SelectClientForm.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Form/People/SelectClientForm.tsx b/src/components/Form/People/SelectClientForm.tsx index ca984ca..1e47e55 100644 --- a/src/components/Form/People/SelectClientForm.tsx +++ b/src/components/Form/People/SelectClientForm.tsx @@ -7,7 +7,7 @@ */ import React, { Dispatch, SetStateAction } from "react"; -import { Person } from "./../../../interfaces"; +import { Person } from "./../../../Interfaces/interfaces"; import "./../Form.scss"; import ClientInfoDisplay from "../../Display/ClientInfoDisplay"; |