UNPKG

@tririga/cra-template

Version:

Quickstart Create React App (CRA) template for building TRIRIGA UX Web applications using ReactJS and IBM Carbon Components.

5 lines (4 loc) 233 B
import HomePage from "./HomePage/HomePage"; import CurrentUserPage from "./CurrentUserPage/CurrentUserPage"; import UnauthorizedPage from "./UnauthorizedPage/UnauthorizedPage"; export { HomePage, CurrentUserPage, UnauthorizedPage };