undo a bunch of commits

This commit is contained in:
2023-11-05 00:57:12 +01:00
parent 224403ba9b
commit cebcde081f
25 changed files with 138 additions and 89 deletions

View File

@ -1,6 +1,6 @@
<script>
import Press from "$lib/Press.svelte";
import Presse from "../data/presse.json";
import Presse from "$data/presse.json";
let general_press = Presse;
</script>