precommit format

This commit is contained in:
2021-03-16 14:29:39 +01:00
parent e8e462e264
commit ffcacd32f6
10 changed files with 4 additions and 267 deletions

View File

@@ -1,10 +0,0 @@
import App from './App.svelte';
const app = new App({
target: document.body,
props: {
appName: 'Electron-Svelte'
}
});
export default app;