Skip to content

Commit 1077750

Browse files
committed
chore: lint
1 parent ac64752 commit 1077750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/startup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
import { StrictMode } from 'react';
12
import { createRoot } from 'react-dom/client';
23
import { App } from './App.js';
3-
import { StrictMode } from 'react';
44

55
const el = document.getElementById('root');
66

0 commit comments

Comments
 (0)