mirror of
https://github.com/apoo711/obsidian-3d-graph.git
synced 2026-07-22 13:00:24 +00:00
Imports
This commit is contained in:
parent
8ee97b1760
commit
2fae8f5e19
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
import * as THREE from 'three';
|
||||
|
||||
export interface GraphGroup {
|
||||
query: string;
|
||||
color: string;
|
||||
|
|
|
|||
Loading…
Reference in a new issue