refactor: remove dead code

Delete unused components, hooks and utilities that have no remaining references, and drop their now-unused exports (augmentations/string, Number.prototype.hoursToMilliseconds). Also drop the dangling ExampleGlobalModalUsage reference from GLOBAL_MODAL_GUIDE.md.
This commit is contained in:
Gauvain
2026-06-01 00:42:39 +02:00
parent 6b7ee0514f
commit 8eeb571f33
25 changed files with 0 additions and 928 deletions

View File

@@ -1,4 +1,3 @@
export * from "./api";
export * from "./mmkv";
export * from "./number";
export * from "./string";