UNPKG

test-iki-mini-app

Version:

ứng dựng bán hàng trên mini app z a l o

30 lines (28 loc) 598 B
import { auth } from "./auth"; import { cart } from "./cart"; import { app } from "./app"; import { user } from "./user"; import { product } from "./product"; import { category } from "./category"; import { news } from "./news"; import { banner } from "./banner"; import { account } from "./account"; import { address } from "./address"; import { voucher } from "./voucher"; import { order } from "./order"; import { coin } from "./coin" export const RepositoryRemote = { auth, product, category, news, banner, account, cart, app, user, address, voucher, order, coin, };