Remove bicycle api

Signed-off-by: Thomas Klaehn <tkl@blackfinn.de>
This commit is contained in:
2025-10-02 13:45:39 +02:00
parent f71c15b4d2
commit ba04121e59
6 changed files with 5 additions and 38 deletions

View File

@@ -2,7 +2,6 @@
import Hamburger from "hamburger-menu-svelte";
const menu_list = [
{ name: "Home", url: "/" },
{ name: "Bicycle", url: "/bicycle" },
{ name: "Sauna", url: "/sauna" }
];
</script>