🚚 Improve component organization

This commit is contained in:
Philipp Stracker 2025-01-10 13:57:53 +01:00
parent 9cd09c8dfa
commit db7e5e0dae
No known key found for this signature in database
7 changed files with 34 additions and 41 deletions

View file

@ -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 />