aboutsummaryrefslogtreecommitdiff
path: root/src/components/Form/Items/RegisterItemForm.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Form/Items/RegisterItemForm.tsx')
-rw-r--r--src/components/Form/Items/RegisterItemForm.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Form/Items/RegisterItemForm.tsx b/src/components/Form/Items/RegisterItemForm.tsx
index 4089084..4c90875 100644
--- a/src/components/Form/Items/RegisterItemForm.tsx
+++ b/src/components/Form/Items/RegisterItemForm.tsx
@@ -8,7 +8,7 @@
import React, { useState, Dispatch, SetStateAction } from "react";
import "./../Form.scss";
-import { NewItem } from "./../../../interfaces"
+import { NewItem } from "./../../../Interfaces/interfaces"
import axios from "axios";
interface props {