Browse Source

Rename onion.ts -> graph_state.ts

Joeri Exelmans 3 years ago
parent
commit
9b39a628a0
2 changed files with 1 additions and 1 deletions
  1. 1 1
      onion.test.ts
  2. 0 0
      graph_state.ts

+ 1 - 1
onion.test.ts

@@ -1,4 +1,4 @@
-import { UUID, GraphState } from "./onion"
+import { UUID, GraphState } from "./graph_state"
 
 function getUuidCallback() {
   let nextId = 0;

onion.ts → graph_state.ts