svelte-demo / src /main.ts
julien-c's picture
julien-c HF Staff
Use Play CDN for Tailwind
51a3c5e verified
raw
history blame contribute delete
118 Bytes
import App from "./App.svelte";
const app = new App({
target: document.body,
props: {},
});
export default app;