UNPKG

@openmrs/esm-styleguide

Version:
16 lines (13 loc) 363 B
import { setupLogo } from "./logo"; import { setupIcons } from "./icons"; import { setupBranding } from "./brand"; export * from "./breakpoints"; export * from "./spinner"; export * from "./notifications"; export * from "./toasts"; export * from "./modals"; export * from "./left-nav"; export * from "./error-state"; setupBranding(); setupLogo(); setupIcons();