Skip to content

Commit

Permalink
rename file
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yle committed Jul 22, 2024
1 parent ea77417 commit e23fcd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
6 changes: 3 additions & 3 deletions src/receiver/abstract.ts → src/merging.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { performance } from 'node:perf_hooks';
import { Packet } from '../packet';
import { Receiver } from '../receiver';
import type { Payload } from '../util';
import { Packet } from './packet';
import { Receiver } from './receiver';
import type { Payload } from './util';

interface Universe {
lastData: Payload;
Expand Down
12 changes: 0 additions & 12 deletions test/logData.ts

This file was deleted.

0 comments on commit e23fcd1

Please sign in to comment.