data.js 105 B

123
  1. export let taskModeList = ['Simple', 'Multilayer'];
  2. export const userTypeList = ['TEACHER', 'STUDENT'];