[#1] added base calendar and started to tweak ui

This commit is contained in:
Camille Moussu
2025-06-27 18:11:23 +02:00
parent cceb83519f
commit 624c1b43ca
19 changed files with 1593 additions and 238 deletions
+6
View File
@@ -0,0 +1,6 @@
import React from "react";
import logo from "../../static/images/calendar.svg";
export function Error() {
return <p>Error</p>;
}