aboutsummaryrefslogtreecommitdiff
path: root/src/components/Form/Items/RegisterItemForm.tsx
diff options
context:
space:
mode:
authorMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-09-13 17:26:09 +0530
committerMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-09-13 17:26:09 +0530
commitc1600045a243e3547fe589bfc7e474d2decaea4c (patch)
tree73b93eca3c76e2da5a55638794742a76f4927cde /src/components/Form/Items/RegisterItemForm.tsx
parent92b6da1d37da9232f1f40ac2526b189289049534 (diff)
moved interfaces to new folder
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 {