chore: cleanup reexports
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user