Skip to content

Commit cbc0a13

Browse files
fix: eslint
1 parent 57397a7 commit cbc0a13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/demo-react-18/src/main.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import React, { StrictMode } from 'react';
1+
/* eslint-disable react/react-in-jsx-scope */
2+
import { StrictMode } from 'react';
23
import { createRoot } from 'react-dom/client';
34

45
import App from './App.tsx';

0 commit comments

Comments
 (0)