finalize quote adding functionality (for now?)

This commit is contained in:
2026-04-06 20:54:27 +02:00
parent 2dd4c8ac47
commit 673ea40fa6
5 changed files with 69 additions and 27 deletions

View File

@@ -1,6 +1,7 @@
// Below icons sourced from https://lucide.dev
pub const ARROW_RIGHT: &str = include_str!("arrow-right.svg");
pub const CALENDAR_1: &str = include_str!("calendar-1.svg");
pub const CIRCLE_MINUS: &str = include_str!("circle-minus.svg");
pub const CLIPBOARD_CLOCK: &str = include_str!("clipboard-clock.svg");
pub const CLOCK: &str = include_str!("clock.svg");
pub const CONTACT: &str = include_str!("contact.svg");