We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7895823 commit 0273068Copy full SHA for 0273068
1 file changed
src/components/GraphvizParent.tsx
@@ -1,5 +1,5 @@
1
// React component code
2
-import React, { RefObject, useContext, useEffect, useRef, useState } from 'react';
+import React, { FC, RefObject, useContext, useEffect, useRef, useState } from 'react';
3
import { graphviz } from 'd3-graphviz';
4
import {
5
generateDotString,
0 commit comments