mirror of
https://github.com/kennethnym/freya
synced 2026-07-09 09:11:15 +01:00
chore: rename aelis to freya (#122)
This commit is contained in:
12
packages/freya-components/src/feed-card.ts
Normal file
12
packages/freya-components/src/feed-card.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import type { JrxNode } from "@nym.sh/jrx"
|
||||
|
||||
import { jsx } from "@nym.sh/jrx/jsx-runtime"
|
||||
|
||||
export type FeedCardProps = {
|
||||
style?: string
|
||||
children?: JrxNode | JrxNode[]
|
||||
}
|
||||
|
||||
export function FeedCard(props: FeedCardProps): JrxNode {
|
||||
return jsx("FeedCard", props)
|
||||
}
|
||||
Reference in New Issue
Block a user