import { Device } from './device'; export * from './device'; export * from './app.module'; export const entities = [Device];