From 7de3f614da25f4a14bb1ae88b49b0bed88e788df Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sat, 25 Dec 2021 23:55:54 -0700 Subject: [PATCH] Add a Hexagon component --- web-svelte/src/components/Hexagon.svelte | 38 ++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 web-svelte/src/components/Hexagon.svelte diff --git a/web-svelte/src/components/Hexagon.svelte b/web-svelte/src/components/Hexagon.svelte new file mode 100644 index 0000000..3728b80 --- /dev/null +++ b/web-svelte/src/components/Hexagon.svelte @@ -0,0 +1,38 @@ +
+ +
+ + \ No newline at end of file