refactor: rename pastel app to color and update all references

This commit is contained in:
2026-02-26 12:19:22 +01:00
parent 061ea1d806
commit 484423f299
23 changed files with 55 additions and 64 deletions

3
lib/color/index.ts Normal file
View File

@@ -0,0 +1,3 @@
export * from './api/queries';
export * from './utils/color';
export * from './utils/export';