Files
frontend-app-learning/src/generic
Brian Smith ddbc2124ef feat!: add design tokens support (#1737)
BREAKING CHANGE: Pre-design-tokens theming is no longer supported.

Co-authored-by: Diana Olarte <diana.olarte@edunext.co>
2025-06-18 12:07:01 -04:00
..
2025-04-30 10:27:27 -03:00

Generic module (src/generic)

This module is a place for code that is not specific to the frontend-app-learning micro-frontend. It is intended to be reusable and we expect we can extract it to a reusable code repository like Paragon or frontend-platform in the future.

Take care when changing this code that it doesn't take on domain-specific logic.

Code that is specific to the frontend-app-learning micro-frontend, but is shared by multiple top level components belongs in the shared module.