function App() {
  return <DelyxClassic />;
}

ReactDOM.createRoot(document.getElementById('root')).render(<App />);
