From afdc982863b6cca573f1db58e1795aa8c45fabca Mon Sep 17 00:00:00 2001 From: schererleander Date: Fri, 30 May 2025 01:01:17 +0200 Subject: rewrite site --- src/components/GitHubIcon.tsx | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/components/GitHubIcon.tsx (limited to 'src/components/GitHubIcon.tsx') diff --git a/src/components/GitHubIcon.tsx b/src/components/GitHubIcon.tsx new file mode 100644 index 0000000..c93dbc7 --- /dev/null +++ b/src/components/GitHubIcon.tsx @@ -0,0 +1,12 @@ +export default function GitHubIcon() { + return ( + + ); +} \ No newline at end of file -- cgit v1.3.1