mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
🚧 Test integration of the Redux store in the app
This commit is contained in:
parent
fc6d05ac37
commit
8520406794
1 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
import * as Store from './data';
|
||||
|
||||
export function App() {
|
||||
return <div className="red">App</div>;
|
||||
// We need to "use" the Store variable, to prevent webpack from tree-shaking it.
|
||||
console.log( 'Store ready:', Store );
|
||||
|
||||
return <div className="red">App with Store</div>;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue