From de7b905ca25387b98fc197c7599a867b78c23acd Mon Sep 17 00:00:00 2001 From: Extremesecrecy <10959169+extremesecrecy@users.noreply.github.com> Date: Thu, 24 Jul 2025 11:07:18 -0700 Subject: [PATCH] Update JackServerSettingsDialog.tsx Import warning caused build stop. Commenting it out. Removed an unused import from the top of the JackServerSettingsDialog component to resolve the TypeScript build error --- vite/src/pipedal/JackServerSettingsDialog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite/src/pipedal/JackServerSettingsDialog.tsx b/vite/src/pipedal/JackServerSettingsDialog.tsx index cd62a95..319994e 100644 --- a/vite/src/pipedal/JackServerSettingsDialog.tsx +++ b/vite/src/pipedal/JackServerSettingsDialog.tsx @@ -18,7 +18,7 @@ // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -import { Component } from 'react'; +//import { Component } from 'react'; import { Theme } from '@mui/material/styles';