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