Completed picker / history. Needs styling refactor.

This commit is contained in:
Jay
2025-08-16 09:10:20 -04:00
parent 7a2e4cf2ae
commit c4ece87cb6
23 changed files with 873 additions and 79 deletions
+5
View File
@@ -1 +1,6 @@
/// <reference types="vite/client" />
interface Window {
framerMotionTestOverride?: boolean;
originalRequestAnimationFrame?: typeof requestAnimationFrame;
}