mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-02-04 01:32:54 +08:00
fix component name
This commit is contained in:
parent
d63aeb1a8b
commit
8e151b65e8
@ -2,7 +2,7 @@ import React from "react";
|
|||||||
import { CustomNodeProps } from ".";
|
import { CustomNodeProps } from ".";
|
||||||
import * as Styled from "./styles";
|
import * as Styled from "./styles";
|
||||||
|
|
||||||
const BondNode: React.FC<CustomNodeProps<string>> = ({
|
const TextNode: React.FC<CustomNodeProps<string>> = ({
|
||||||
width,
|
width,
|
||||||
height,
|
height,
|
||||||
value,
|
value,
|
||||||
@ -19,4 +19,4 @@ const BondNode: React.FC<CustomNodeProps<string>> = ({
|
|||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
export default BondNode;
|
export default TextNode;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user