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