This commit is contained in:
rizrmd 2024-02-05 06:20:16 -07:00
parent 021b5ce909
commit 3a1a1388a4
1 changed files with 12 additions and 0 deletions

12
exports.tsx Normal file
View File

@ -0,0 +1,12 @@
export { Card } from "@/comps/custom/Card";
export { Detail } from "@/comps/custom/Detail";
export { Tab } from "@/comps/custom/Tab";
export { Field } from "@/comps/form/Field";
export { Form } from "@/comps/form/Form";
export { formatMoney } from "@/comps/form/InputMoney";
export { icon } from "@/comps/icon";
export { List } from "@/comps/list/List";
export { ListNew } from "@/comps/list/ListNew";
export { Slider } from "@/comps/ui/slider";
export { longDate, shortDate } from "@/utils/date";
export { Button } from "@/comps/ui/button";