Skip to content

Commit

Permalink
fix: type error
Browse files Browse the repository at this point in the history
  • Loading branch information
lee88688@163.com committed Nov 12, 2024
1 parent a7c3fb7 commit c042250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/main.tsx
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit c042250

Please sign in to comment.