Skip to content

Commit

Permalink
Merge pull request #2 from finia2NA:gh-pages
Browse files Browse the repository at this point in the history
remove... stuff
  • Loading branch information
finia2NA authored May 27, 2024
2 parents 0262efe + 864f139 commit bd48d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/KanjiGraph.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ interface KanjiGraphProps {
kanjiRoot: KanjiNode;
}

const KanjiGraph = ({ kanjiNodeList, kanjiRoot }: KanjiGraphProps) => {
const KanjiGraph = ({ kanjiNodeList }: KanjiGraphProps) => {
// Data generation...

const [nodes, edges]: [DisplayNode[], DisplayEdge[]] = [[], []]
Expand Down

0 comments on commit bd48d46

Please sign in to comment.