import { ThemeProvider } from '@/components/theme-provider'; function App() { return (

Hello world

); } export { App };