From c042250792f0f30f4001e95c1cbdd98b576623b5 Mon Sep 17 00:00:00 2001 From: "lee88688@163.com" Date: Tue, 12 Nov 2024 18:41:50 +0800 Subject: [PATCH] fix: type error --- ui/src/main.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/main.tsx b/ui/src/main.tsx index 6312cfc..221bbf8 100644 --- a/ui/src/main.tsx +++ b/ui/src/main.tsx @@ -1,6 +1,6 @@ import { StrictMode } from 'react'; import { createRoot } from 'react-dom/client'; -import App from './app.tsx'; +import App from './App.tsx'; import './index.css'; import './vscode.ts'; import { showErrorMessage, webviewReady } from './commandApi.ts';