This is the example for onboarding users of how to use another components. This means that the component won't work until the user edits the component as stated in the comments. This is how it should look like to make it work: ``` return ( <> {/* src="near/widget/Onboarding.ComponentCard" to be pasted below */} <Widget src="near/widget/Onboarding.ComponentCard" /> <br /> {/* src="near/widget/Onboarding.ComponentCollection" to be pasted below */} <Widget src="near/widget/Onboarding.ComponentCollection" /> </> ); ```