@@ -14,10 +14,10 @@ index 1234567..89abcdef 100644
|
||||
@@ -1,3 +1,4 @@
|
||||
+import { useState } from 'react';
|
||||
function App() {
|
||||
return <div>Hello</div>;
|
||||
return <div>Hello</div>;
|
||||
}
|
||||
@@ -5,3 +6,4 @@ function App() {
|
||||
return <div>Hello</div>;
|
||||
return <div>Hello</div>;
|
||||
}
|
||||
+// comment
|
||||
`;
|
||||
@@ -64,10 +64,10 @@ describe('countDiffStats', () => {
|
||||
@@ -1,3 +1,4 @@
|
||||
+import { useState } from 'react';
|
||||
function App() {
|
||||
return <div>Hello</div>;
|
||||
return <div>Hello</div>;
|
||||
}
|
||||
@@ -5,3 +6,4 @@ function App() {
|
||||
return <div>Hello</div>;
|
||||
return <div>Hello</div>;
|
||||
}
|
||||
+// comment
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user