소스 검색

Rename onion.ts -> graph_state.ts

Joeri Exelmans 3 년 전
부모
커밋
9b39a628a0
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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