From be0f537dc4fe384eef09436833c6407e6482c16d Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Thu, 9 Nov 2023 15:40:16 +0700 Subject: Initial commit --- src/modules/result/index.tsx | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/modules/result/index.tsx (limited to 'src/modules/result/index.tsx') diff --git a/src/modules/result/index.tsx b/src/modules/result/index.tsx new file mode 100644 index 0000000..73e613a --- /dev/null +++ b/src/modules/result/index.tsx @@ -0,0 +1,22 @@ +import { Spacer } from "@nextui-org/react" +import Filter from "./components/Filter" +import styles from "./result.module.css" +import Table from "./components/Table" +import MoreMenu from "./components/MoreMenu" + +const Result = () => { + return ( + <> +
+
Stock Opname Result
+ +
+ + + + + + ) +} + +export default Result \ No newline at end of file -- cgit v1.2.3