feat: Refactor datatable and pagination component and add storybook

- Refactor nama component dari datatable dan pagination mengikuti codebase
- Buat storybook untuk preview dari masing-masing komponen
This commit is contained in:
Hafid Nur
2025-03-27 15:59:02 +07:00
parent d79d0d3d09
commit cafdb29024
10 changed files with 93 additions and 9 deletions
+4 -3
View File
@@ -1,3 +1,4 @@
export * from "./navbar";
export * from "./modals-gacha";
export * from "./backoffice-sidebar"
export * from './navbar';
export * from './modals-gacha';
export * from './backoffice-sidebar'
export * from './datatable'