Added color reducer. Performed state management refactor to prevent circular behavior.

This commit is contained in:
Jay
2025-08-06 14:26:55 -04:00
parent c27a5258d3
commit e011bd0763
21 changed files with 2592 additions and 799 deletions
+4
View File
@@ -19,4 +19,8 @@ export default defineConfig({
server: {
port: 5173,
},
test: {
environment: "jsdom",
globals: true,
},
});