You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

31 lines
591 B

import nav from "./nav";
import commom from "./commom";
import login from "./login";
import application from "./application";
import wallet from "./wallet";
import contact from "./contact";
import course from "./course";
import home from "./home";
import option from "./option";
import order from "./order";
import profile from "./profile";
import setting from "./setting";
import subscride from "./subscride";
export default {
nav,
commom,
login,
application,
wallet,
contact,
course,
home,
option,
order,
profile,
setting,
subscride
}