feat: improve loading times
This commit is contained in:
@@ -3,6 +3,7 @@ import type { Graph } from "$lib/types";
|
||||
export function grid(width: number, height: number) {
|
||||
|
||||
const graph: Graph = {
|
||||
id: Math.floor(Math.random() * 100000),
|
||||
edges: [],
|
||||
nodes: [],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user