Skip to content

Commit a41ccfa

Browse files
author
신용준
committed
feat : eslint
1 parent e4e449f commit a41ccfa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/src/index.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
import * as React from "react";
2-
import * as ReactDOM from "react-dom/client";
3-
import App from "./App";
1+
import * as React from 'react';
2+
import * as ReactDOM from 'react-dom/client';
3+
import App from './App';
44

5-
const root = ReactDOM.createRoot(document.getElementById("root"));
5+
const root = ReactDOM.createRoot(document.getElementById('root'));
66
root.render(
77
<React.StrictMode>
88
<App />
9-
</React.StrictMode>,
9+
</React.StrictMode>
1010
);

0 commit comments

Comments
 (0)