import App from './App.svelte' import './Tailwind.css' const app = new App({ target: document.getElementById('app') }) export default app