essaye de faire foncitonner un bouton

This commit is contained in:
batche
2022-11-12 10:55:20 +01:00
parent a77b9e99dc
commit 568af62330
33 changed files with 3520 additions and 113 deletions

View File

@@ -0,0 +1,6 @@
{
"extends": "@tsconfig/svelte/tsconfig.json",
"include": ["src/**/*"],
"exclude": ["node_modules/*", "__sapper__/*", "public/*"]
}