asb_cloud_front/src/components/Views/index.ts

8 lines
271 B
TypeScript
Raw Normal View History

export type { CompanyViewProps } from './CompanyView'
export type { MarkViewProps } from './MarkView'
export type { UserViewProps } from './UserView'
export { CompanyView } from './CompanyView'
export { MarkView } from './MarkView'
export { UserView } from './UserView'