frontend client for gemstone. decentralised workplace app
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: formatting

serenity c204f074 fe983690

+2 -5
+2 -5
src/lib/utils/constellation.ts
··· 1 1 import { CONSTELLATION_URL } from "@/lib/consts"; 2 - import type { 3 - ConstellationBacklinkResponse} from "@/lib/types/constellation"; 4 - import { 5 - constellationBacklinkResponseSchema, 6 - } from "@/lib/types/constellation"; 2 + import type { ConstellationBacklinkResponse } from "@/lib/types/constellation"; 3 + import { constellationBacklinkResponseSchema } from "@/lib/types/constellation"; 7 4 import type { Result } from "@/lib/utils/result"; 8 5 import type { ZodError } from "zod"; 9 6