From d1d654ebac2d51e3841675faeb56480e440f622f Mon Sep 17 00:00:00 2001
From: Wolfgang Müller
Date: Tue, 5 Mar 2024 18:08:09 +0100
Subject: Initial commit
---
frontend/src/lib/selection/Selectable.svelte | 24 +++++++++++++++
frontend/src/lib/selection/SelectionOverlay.svelte | 34 ++++++++++++++++++++++
2 files changed, 58 insertions(+)
create mode 100644 frontend/src/lib/selection/Selectable.svelte
create mode 100644 frontend/src/lib/selection/SelectionOverlay.svelte
(limited to 'frontend/src/lib/selection')
diff --git a/frontend/src/lib/selection/Selectable.svelte b/frontend/src/lib/selection/Selectable.svelte
new file mode 100644
index 0000000..48b6ac7
--- /dev/null
+++ b/frontend/src/lib/selection/Selectable.svelte
@@ -0,0 +1,24 @@
+
+
+