format code

This commit is contained in:
Xuan Son Nguyen 2025-02-08 18:02:32 +01:00
parent 69fa94af58
commit 84fe6c4e93

View file

@ -5,6 +5,6 @@ import App from './App.tsx';
createRoot(document.getElementById('root')!).render(
<StrictMode>
<App />
<App />
</StrictMode>
);