diff --git a/source/src/components/search/WebLinkSkeleton.astro b/source/src/components/search/WebLinkSkeleton.astro new file mode 100644 index 0000000..6c8ff22 --- /dev/null +++ b/source/src/components/search/WebLinkSkeleton.astro @@ -0,0 +1,54 @@ +--- +// Properties +const { + Title, + Description, + Link +} = Astro.props +--- + +
+
+
+
+
+
+
+
+
+
+ + \ No newline at end of file