Update docs/ModularizationLearningJourney.md

pull/755/head
Don Turner 2 years ago committed by GitHub
parent d2e5bd5a81
commit 22247e1423
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -171,7 +171,7 @@ Using the above modularization strategy, the Now in Android app has the followin
<tr>
<td><code>core:ui</code>
</td>
<td>UI components, composables and resources, used by different features.
<td>Composite UI components and resources used by feature modules, such as the news feed. Unlike the `designsystem` module, it is dependent on the data layer since it renders models, like news resources.
</td>
<td> <code>NewsFeed</code> <code>NewsResourceCardExpanded</code>
</td>

Loading…
Cancel
Save