mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-30 21:44:38 +00:00
* tools: enable linter for TypeScript files and code snippets * types: remove remaning namespaces * tools: remove unused Babel decorator plugin
7 lines
102 B
TypeScript
7 lines
102 B
TypeScript
import App from './App.svelte'
|
|
|
|
const app = new App({
|
|
target: document.body,
|
|
})
|
|
|
|
export default app
|