icons
All checks were successful
CI / cache-and-install (push) Successful in 1m29s

This commit is contained in:
严浩
2024-08-26 13:53:23 +08:00
parent b7913ae47c
commit 5da5cf0c2a
10 changed files with 136 additions and 12 deletions

View File

@ -46,4 +46,5 @@ const FComponent: FunctionalComponent<{ prop: string }> = (props, context) => (
<div b="1px solid pink" mt-8>
<DefineRender />
</div>
<Icons />
</template>