💡 Add file-level comment to “Elements” module

This commit is contained in:
Philipp Stracker 2025-01-22 13:25:14 +01:00
parent f52422ff74
commit 337379f2c8
No known key found for this signature in database

View file

@ -1,3 +1,7 @@
/**
* Static elements used to build UI layouts.
*/
export { default as Action } from './Action';
export { default as Content } from './Content';
export { default as ContentWrapper } from './ContentWrapper';