We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3e3531 commit 7cb0152Copy full SHA for 7cb0152
src/App.js
@@ -1,7 +1,7 @@
1
import React from 'react';
2
3
function App() {
4
- const value = 'preview';
+ const value = 'World';
5
return <div>Hello {value}</div>;
6
}
7
0 commit comments