File size: 98 Bytes
ba5c923
 
 
 
1
2
3
4
5
import pingRoute from "./ping";
import homeRoute from "./home";

export { pingRoute, homeRoute };