fix bad import

This commit is contained in:
Chegele 2023-07-25 16:28:54 -04:00
parent b8959e81bc
commit 3259cbf001
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import { Post } from "../post/post";
import { Edge, Vertex } from "../../graph.interface";
import { Edge, Vertex } from "../graph.interface";
import { randomUUID } from "crypto";
export class Citation implements Edge {