Remove unused import

This commit is contained in:
Foster Hangdaan 2024-09-07 07:44:54 -04:00
parent 60bcefddef
commit 969751c21d
Signed by: foster
GPG key ID: E48D7F49A852F112

View file

@ -14,7 +14,6 @@
"deploy": "rsync -avh --progress --delete ./_site/ podman:/srv/www/fosterhangdaan.com/"
},
"imports": {
"react/jsx-runtime": "https://esm.sh/react@18.2.0/jsx-runtime",
"lume/": "https://deno.land/x/lume@v2.2.4/",
"lume-markdown-plugins/": "https://deno.land/x/lume_markdown_plugins@v0.7.1/"
},