Rename files

This commit is contained in:
2023-06-21 17:56:43 +01:00
parent 7ec602cc16
commit a61e17c93b
11 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
import { appendDedupe } from "@snort/shared";
import { TaggedRawEvent, u256 } from ".";
import { findTag } from "./utisl";
import { findTag } from "./utils";
export interface StoreSnapshot<TSnapshot> {
data: TSnapshot | undefined;