diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-11-24 10:26:06 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-11-24 10:26:06 +0700 |
| commit | dc9b1b4dd2b7a1062ed3ceb48be3bbafd4d53fb4 (patch) | |
| tree | 20bf17b25cf1c82f5c8c214bb237437c3bf3e733 /src/modules/stock-opname/index.tsx | |
| parent | c9fd0d8efac02dfc50cd69c0085bc12af45f453a (diff) | |
Move @prisma/client import to prisma/generated/client
Diffstat (limited to 'src/modules/stock-opname/index.tsx')
| -rw-r--r-- | src/modules/stock-opname/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/stock-opname/index.tsx b/src/modules/stock-opname/index.tsx index c2a889a..2f1c210 100644 --- a/src/modules/stock-opname/index.tsx +++ b/src/modules/stock-opname/index.tsx @@ -1,5 +1,5 @@ "use client"; -import { Location, Product } from "@prisma/client"; +import { Location, Product } from "prisma/generated/client"; import AsyncSelect from "react-select/async" import styles from "./stock-opname.module.css" import { Button, Card, CardBody, Input, Modal, ModalBody, ModalContent, ModalHeader, Spacer, Spinner } from "@nextui-org/react"; |
