Rename package from jrx to jfx

Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
2026-02-28 01:27:37 +00:00
parent b8d1d2de80
commit 2f9e0a9936
21 changed files with 144 additions and 148 deletions

View File

@@ -1,5 +1,5 @@
/** @jsxImportSource jrx */
import { render } from "jrx";
/** @jsxImportSource jfx */
import { render } from "jfx";
import { Stack, Card, Text, Button, Input } from "../components";
export const fullSpec = render(