diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-09-13 17:26:09 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-09-13 17:26:09 +0530 |
commit | c1600045a243e3547fe589bfc7e474d2decaea4c (patch) | |
tree | 73b93eca3c76e2da5a55638794742a76f4927cde /src/components/Pages/BillingPage.tsx | |
parent | 92b6da1d37da9232f1f40ac2526b189289049534 (diff) |
moved interfaces to new folder
Diffstat (limited to 'src/components/Pages/BillingPage.tsx')
-rw-r--r-- | src/components/Pages/BillingPage.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Pages/BillingPage.tsx b/src/components/Pages/BillingPage.tsx index e065cbc..a61ffbf 100644 --- a/src/components/Pages/BillingPage.tsx +++ b/src/components/Pages/BillingPage.tsx @@ -8,7 +8,7 @@ import React, { useState, useEffect } from "react"; import "./BillingPage.scss"; -import { Item, Person, Transport/*, Invoice*/ } from "../../interfaces"; +import { Item, Person, Transport/*, Invoice*/ } from "../../Interfaces/interfaces"; import axios from "axios"; import DocumentInfoForm from "./../Form/Document/DocumentInfoForm"; |