feat: add Toolbox component and Tool icons

This commit is contained in:
Stefan Imhoff
2023-04-30 18:21:23 +02:00
parent a9a28de5e2
commit 5bfe06dc4b
41 changed files with 867 additions and 67 deletions

2
src/env.d.ts vendored
View File

@@ -1,2 +1,2 @@
/// <reference path="../.astro/types.d.ts" />
/// <reference types="astro/client" />
/// <reference types="@astrojs/image/client" />