Index.ets 107 B

123
  1. export { MainView } from './src/main/ets/view/MainView';
  2. export { add } from './src/main/ets/utils/Calc';