mirror of
https://github.com/supabase/supabase.git
synced 2026-06-29 11:57:37 -04:00
c6fc456910
## Problem Knip reports many duplicate exports (both named and default). Besides, we're moving away from default exports and even have an eslint rule to enforce it on new code. ## Solution - Cleanup those exports - Update imports when necessary No functional changes. If it builds, it's fine