# fix - Notifikasi report posting _ Realtime notifikasi ## Issuee: Cooming soon saat report komentar langsung menuju tablenya
14 lines
284 B
TypeScript
14 lines
284 B
TypeScript
import SplashScreen from "./splash/view";
|
|
import Login from "./login/view";
|
|
import Validasi from "./validasi/view";
|
|
import Register from "./register/view";
|
|
import User_Logout from "./logout/view";
|
|
|
|
export {
|
|
SplashScreen,
|
|
Login,
|
|
Validasi,
|
|
Register,
|
|
User_Logout as Logout,
|
|
};
|