fix tests

This commit is contained in:
2023-05-24 11:12:23 +01:00
parent c36544f9a3
commit 8f7a9a1327
98 changed files with 158 additions and 116 deletions

View File

@ -2,7 +2,7 @@ import { ReactNode, useSyncExternalStore } from "react";
import { v4 as uuid } from "uuid";
import ExternalStore from "ExternalStore";
import Icon from "Icons/Icon";
import { unixNow } from "Util";
import { unixNow } from "SnortUtils";
import "./Toaster.css";