This commit is contained in:
Martti Malmi
2023-11-17 13:52:10 +02:00
parent 5942d92923
commit 52553adabf
215 changed files with 3265 additions and 2597 deletions

View File

@ -4,8 +4,8 @@ import { MetadataCache, socialGraphInstance, STR, UID } from "@snort/system";
import { SnortContext } from "@snort/system-react";
import * as THREE from "three";
import { defaultAvatar } from "../SnortUtils";
import { proxyImg } from "Hooks/useImgProxy";
import { LoginStore } from "Login";
import { proxyImg } from "@/Hooks/useImgProxy";
import { LoginStore } from "@/Login";
interface GraphNode {
id: UID;