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 c69fd52 commit b3e3531Copy full SHA for b3e3531
src/App.js
@@ -1,7 +1,7 @@
1
import React from 'react';
2
3
function App() {
4
- const value = 'World';
+ const value = 'preview';
5
return <div>Hello {value}</div>;
6
}
7
0 commit comments