Skip to content

fix(components): import Manage styles in component

Jure requested to merge import_styles_in_manage into master

BREAKING CHANGE: Manage.scss is now required in the component itself. Since this was usually required from the app itself, this would now result in double importing of styles.

Merge request reports