More websites, better licenses with TOML, more minute improvements

This commit is contained in:
Bad Manners 2024-08-26 00:16:48 -03:00
parent 5559cea720
commit 92123a305d
26 changed files with 414 additions and 138 deletions

View file

@ -0,0 +1,11 @@
export { default as IconArrowUpRightFromSquare } from "./IconArrowUpRightFromSquare.astro";
export { default as IconBriefcase } from "./IconBriefcase.astro";
export { default as IconCommentDots } from "./IconCommentDots.astro";
export { default as IconEnvelope } from "./IconEnvelope.astro";
export { default as IconLink } from "./IconLink.astro";
export { default as IconMoon } from "./IconMoon.astro";
export { default as IconSquareRSS } from "./IconSquareRSS.astro";
export { default as IconSSH } from "./IconSSH.astro";
export { default as IconSun } from "./IconSun.astro";
export { default as IconTriangleExclamation } from "./IconTriangleExclamation.astro";
export { default as SVGIcon } from "./SVGIcon.astro";