UNPKG

alpha-version-dce-check-in-api

Version:

API for taking attendance and checking people in.

15 lines (12 loc) 210 B
// Import components import HTML from './HTML'; import STYLE from './STYLE'; const checkInEJSTemplate = `<!DOCTYPE html> <html> <head> ${STYLE} </head> ${HTML} </html> `; export default checkInEJSTemplate;