Skip to content

Commit 7cb0152

Browse files
authored
Update App.js
1 parent b3e3531 commit 7cb0152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react';
22

33
function App() {
4-
const value = 'preview';
4+
const value = 'World';
55
return <div>Hello {value}</div>;
66
}
77

0 commit comments

Comments
 (0)