mirror of
https://github.com/kennethnym/jrx.git
synced 2026-03-20 11:51:17 +00:00
Rename package from jfx to jsonsx
Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
/** @jsxImportSource jfx */
|
||||
import { render } from "jfx";
|
||||
/** @jsxImportSource jsonsx */
|
||||
import { render } from "jsonsx";
|
||||
import { Stack, Text, Button } from "../components";
|
||||
|
||||
export const simpleSpec = render(
|
||||
<Stack>
|
||||
<Text content="Hello from jfx!" />
|
||||
<Text content="Hello from jsonsx!" />
|
||||
<Button label="Click me" />
|
||||
</Stack>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user