fix bad import
This commit is contained in:
parent
b8959e81bc
commit
3259cbf001
|
@ -1,5 +1,5 @@
|
||||||
import { Post } from "../post/post";
|
import { Post } from "../post/post";
|
||||||
import { Edge, Vertex } from "../../graph.interface";
|
import { Edge, Vertex } from "../graph.interface";
|
||||||
import { randomUUID } from "crypto";
|
import { randomUUID } from "crypto";
|
||||||
|
|
||||||
export class Citation implements Edge {
|
export class Citation implements Edge {
|
||||||
|
|
Loading…
Reference in New Issue