13 lines
452 B
TypeScript
13 lines
452 B
TypeScript
import { funGetHome } from "./lib/api_home";
|
|
import { globalParamJumlahNotif } from "./lib/val_home";
|
|
import ViewDetailFeature from "./ui/view_detail_feature";
|
|
import ViewHome from "./ui/view_home";
|
|
import ViewNotification from "./ui/view_notification";
|
|
import ViewSearch from "./ui/view_search";
|
|
|
|
export { ViewHome }
|
|
export { ViewDetailFeature }
|
|
export { ViewSearch }
|
|
export { ViewNotification }
|
|
export { funGetHome }
|
|
export { globalParamJumlahNotif } |