UNPKG

@betokyo/ui-components

Version:

As part of a school project, the BeTokyo UI components library allows us to reuse components in each of our web apps.

9 lines (8 loc) 408 B
export * from './ui/button/button.component'; export * from './ui/navbar/navbar.component'; export * from './ui/calendar/calendar.component'; export * from './ui/turn-schedule/turn-schedule.component'; export * from './ui/service-list/service-list.component'; export * from './ui/booking-summary/booking-summary.component'; export * from './ui/header/header.component'; export * from './ui/be-tokyo.module';