Skip to content

Commit

Permalink
formatted by workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Kubosaka authored and actions-user committed Mar 7, 2024
1 parent 19cffbb commit a38dfce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React, { useState } from 'react';
import { useRecoilState } from 'recoil';

import { userAtom } from '@/store/atoms';
import { post } from '@api/purchaseOrder';
import { CloseButton, Input, Modal, PrimaryButton, Select } from '@components/common';
import AddModal from '@components/purchaseorders/PurchaseOrderAddModal';
import { PurchaseItem, PurchaseOrder, Expense } from '@type/common';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ import React, { useState } from 'react';
import { RiExternalLinkLine, RiFileCopyLine } from 'react-icons/ri';
import { RiArrowDropRightLine } from 'react-icons/ri';

import { del } from '@api/api_methods';
import { post as postOrder } from '@api/purchaseOrder';
import { post } from '@api/purchaseItem';
import { post as postOrder } from '@api/purchaseOrder';
import {
PrimaryButton,
OutlinePrimaryButton,
Expand Down

0 comments on commit a38dfce

Please sign in to comment.