Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
Add OrderDetailDrawer component and import it in History/Detail
Browse files Browse the repository at this point in the history
  • Loading branch information
Aloento committed Feb 14, 2024
1 parent 3a5c305 commit 5eb895a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { MakeCoverCol } from "~/Helpers/CoverCol";
import { ICompLog } from "~/Helpers/Logger";
import { ColFlex } from "~/Helpers/Styles";
import { Hub } from "~/ShopNet";
import { OrderAction } from "./Action";
import { OrderAction } from "../../Pages/History/Action";

/**
* @author Aloento
Expand Down
2 changes: 1 addition & 1 deletion src/Pages/History/Detail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { IComment } from "~/Components/Order/Comment";
import { useRouter } from "~/Components/Router";
import { ICartItem } from "~/Components/ShopCart";
import { ICompLog } from "~/Helpers/Logger";
import { OrderDetailDrawer } from "./Drawer";
import { OrderDetailDrawer } from "../../Components/Order/Drawer";

/**
* @author Aloento
Expand Down

0 comments on commit 5eb895a

Please sign in to comment.