mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
🚚 Improve component organization
This commit is contained in:
parent
9cd09c8dfa
commit
db7e5e0dae
7 changed files with 34 additions and 41 deletions
|
@ -1,6 +1,6 @@
|
|||
import React from 'react';
|
||||
import { createRoot } from 'react-dom/client';
|
||||
import { App } from './App';
|
||||
import App from './Components/App';
|
||||
|
||||
createRoot( document.getElementById( 'ppcp-settings-container' ) ).render(
|
||||
<App />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue