index.js 88 B

1234
  1. import AppRouting from "./AppRouting";
  2. export * from "./routes";
  3. export { AppRouting };