Skip to content

Commit 34401a6

Browse files
Update src/pages/EditorComponent.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 57a0f07 commit 34401a6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/pages/EditorComponent.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ function EditorComponent() {
9696
const isImportingRef = useRef(false);
9797
const fileInputRef = useRef(null);
9898
const timeoutRef = useRef(null);
99-
const [isDownloading, setDownloading] = useState(false);
10099

101100
const styles = {
102101
flex: {

0 commit comments

Comments
 (0)