frontend client for gemstone. decentralised workplace app

chore: formatting

serenity c204f074 fe983690

Changed files
+2 -5
src
lib
+2 -5
src/lib/utils/constellation.ts
···
import { CONSTELLATION_URL } from "@/lib/consts";
-
import type {
-
ConstellationBacklinkResponse} from "@/lib/types/constellation";
-
import {
-
constellationBacklinkResponseSchema,
-
} from "@/lib/types/constellation";
+
import type { ConstellationBacklinkResponse } from "@/lib/types/constellation";
+
import { constellationBacklinkResponseSchema } from "@/lib/types/constellation";
import type { Result } from "@/lib/utils/result";
import type { ZodError } from "zod";