wandr app Your personal travel companion

import { createRoot } from 'react-dom/client'
import App from './App.tsx'
import './index.css'

// Remove dark mode class addition
createRoot(document.getElementById("root")!).render(<App />);

Leave a Reply

Your email address will not be published. Required fields are marked *