Skip to content

Commit f64822a

Browse files
committed
remove unused import
1 parent 84aa868 commit f64822a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

resources/js/stores/helpers/logic.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import { should } from "vitest";
2-
31
export const operators: Array<{ key: Operator; label: string }> = [
42
{ key: "equals", label: "is equal to" },
53
{ key: "equalsNot", label: "is not equal to" },

0 commit comments

Comments
 (0)