deploy test

This commit is contained in:
2022-09-22 19:59:25 +02:00
parent a4e57d369c
commit b3fd6ea195
3 changed files with 10 additions and 2 deletions

View File

@ -3,7 +3,7 @@ import App from './App.svelte';
const app = new App({
target: document.body,
props: {
name: 'world'
name: 'tout le monde'
}
});