From 418396ee5100eda8f6bc036ea35dbbe44db2f91a Mon Sep 17 00:00:00 2001 From: Matt Kosarek Date: Wed, 8 Jul 2026 08:29:04 -0400 Subject: feature: update styling --- src/components/LuaIcon.astro | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/components/LuaIcon.astro (limited to 'src/components/LuaIcon.astro') diff --git a/src/components/LuaIcon.astro b/src/components/LuaIcon.astro new file mode 100644 index 0000000..f804930 --- /dev/null +++ b/src/components/LuaIcon.astro @@ -0,0 +1,11 @@ +--- +import TechIcon from './TechIcon.astro'; +--- + + + + -- cgit v1.2.1