From 80df0abae15cf7201c58d3962122f27bf550ba2d Mon Sep 17 00:00:00 2001 From: Konrad Szwarc Date: Tue, 30 Aug 2022 00:33:03 +0200 Subject: [PATCH] Create playground for Icon component --- src/pages/playground/icon.astro | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/pages/playground/icon.astro diff --git a/src/pages/playground/icon.astro b/src/pages/playground/icon.astro new file mode 100644 index 0000000..dc18b29 --- /dev/null +++ b/src/pages/playground/icon.astro @@ -0,0 +1,9 @@ +--- +import Icon from '@/atoms/icon'; +--- + +
+ + + +