mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-27 15:22:56 +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 * as Styled from "./styles";
|
||||
|
||||
const BondNode: React.FC<CustomNodeProps<string>> = ({
|
||||
const TextNode: React.FC<CustomNodeProps<string>> = ({
|
||||
width,
|
||||
height,
|
||||
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