remove unused imports
This commit is contained in:
@@ -12,11 +12,8 @@ import {
|
||||
} from "@/components/ui/breadcrumb";
|
||||
import { Avatar, AvatarFallback } from "@/components/ui/avatar";
|
||||
import { useNetworks } from "@/hooks/use-networks";
|
||||
import { particlePath, toFirestoreDocPath } from "@/lib/particle-path";
|
||||
import { useLiveParticle, useParticle } from "@/hooks/use-particle";
|
||||
import { useEffect } from "react";
|
||||
import { useQuery } from "@tanstack/react-query";
|
||||
import { getParticle } from "@/lib/firestore-particles";
|
||||
import { particlePath } from "@/lib/particle-path";
|
||||
import { useParticle } from "@/hooks/use-particle";
|
||||
import type { Particle } from "@/api/types";
|
||||
|
||||
function getParticleDisplayName(particle: Particle): string {
|
||||
|
||||
Reference in New Issue
Block a user