From 822ab6be54934060b361e41dbb8cf13d4ccccf98 Mon Sep 17 00:00:00 2001 From: Shotaro Nakamura <79000684+nakasyou@users.noreply.github.com> Date: Sun, 27 Aug 2023 15:54:02 +0900 Subject: [PATCH] Create Logo.astro --- src/components/Logo.astro | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/components/Logo.astro diff --git a/src/components/Logo.astro b/src/components/Logo.astro new file mode 100644 index 00000000..31d06165 --- /dev/null +++ b/src/components/Logo.astro @@ -0,0 +1,4 @@ +--- +import LogoSvg from '../assets/NanohaNote.svg?raw' +--- +