Skip to content

Commit 84fe6c4

Browse files
committed
format code
1 parent 69fa94a commit 84fe6c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/server/webui/src/main.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ import App from './App.tsx';
55

66
createRoot(document.getElementById('root')!).render(
77
<StrictMode>
8-
<App />
8+
<App />
99
</StrictMode>
1010
);

0 commit comments

Comments
 (0)