import { Students } from '../models/student'; export const STUDENT: Students[] =[ {id:'61114445050',name:"John",email:'example1@ubu.com'}, {id:'61114445555',name:"Mark",email:'example2@ubu.com'}, {id:'61114445234',name:"Jane",email:'example3@ubu.com'}, {id:'61114441234',name:"Art",email:'example4@ubu.com'}, {id:'61114444568',name:"James",email:'example5@ubu.com'} ];