chore: cleanup reexports

This commit is contained in:
Arjun Patel
2026-04-20 18:40:07 -07:00
parent b0281ae8f9
commit 156ef5a204
4 changed files with 4 additions and 9 deletions
-3
View File
@@ -10,9 +10,6 @@ import {
useInvalidateNetworkUsage,
} from "./use-network-usage";
// Re-export for back-compat with existing `import { QuotaExceededError } from "@/hooks/use-create-particle"`.
export { QuotaExceededError };
interface CreateParticleParams<T extends ParticleType = ParticleType> {
// Path to which the new particle will be added as a child
path: ParticlePath;