Skip to content

Commit 59ae2fc

Browse files
committed
fix for CI failure > unused var
1 parent d34f149 commit 59ae2fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/PrettyPrint.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { useEffect, useRef, useState } from "react";
1+
import React, { useEffect, useState } from "react";
22

33
import DataTable from "./DataTable";
44

0 commit comments

Comments
 (0)