From 0324660a26684a5382b2c6c18cd0a4e9f0169631 Mon Sep 17 00:00:00 2001 From: Josh Kingsley Date: Sun, 26 Oct 2025 14:28:55 +0200 Subject: feat(web): add dummy toolbar + tailwindcss colors --- web/src/components/index.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'web/src/components/index.ts') diff --git a/web/src/components/index.ts b/web/src/components/index.ts index 8bc14e7..b7f6f55 100644 --- a/web/src/components/index.ts +++ b/web/src/components/index.ts @@ -1,2 +1,3 @@ import "./app"; import "./grid"; +import "./toolbar"; -- cgit v1.2.3