mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-29 21:19:48 +00:00
wip: zen
This commit is contained in:
parent
b946fd21b1
commit
c7dfbbeed0
4 changed files with 51 additions and 33 deletions
|
|
@ -31,6 +31,10 @@ export function A({ children, ...props }: AProps) {
|
|||
return React.createElement("a", props, children)
|
||||
}
|
||||
|
||||
export function B({ children, ...props }: AProps) {
|
||||
return React.createElement("b", props, children)
|
||||
}
|
||||
|
||||
export function Span({ children, ...props }: SpanProps) {
|
||||
return React.createElement("span", props, children)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue