test deploy

This commit is contained in:
2022-09-23 21:43:33 +02:00
parent b5c59cbddb
commit 2172cb8bad
4 changed files with 38 additions and 2 deletions

View File

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