aboutsummaryrefslogtreecommitdiff
path: root/src/components/Form/People
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Form/People')
-rw-r--r--src/components/Form/People/SelectClientForm.tsx2
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";