From f2e317bf5b38d7292b5259a4c5ab16166ecf1b1e Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Mon, 15 Oct 2018 19:10:08 -0700 Subject: [PATCH] I'm a moron --- js/components/PlaylistWindow/MiscOptionsContextMenu.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/components/PlaylistWindow/MiscOptionsContextMenu.tsx b/js/components/PlaylistWindow/MiscOptionsContextMenu.tsx index 287a340f..92a04ead 100644 --- a/js/components/PlaylistWindow/MiscOptionsContextMenu.tsx +++ b/js/components/PlaylistWindow/MiscOptionsContextMenu.tsx @@ -1,4 +1,4 @@ -import Rect from "react"; +import React from "react"; import { connect } from "react-redux"; import { Node } from "../ContextMenu"; import ContextMenuTarget from "../ContextMenuTarget";