Skip to content

Commit a56cde6

Browse files
authored
Fix: Remove errant deep-equal (#182)
1 parent ae6a259 commit a56cde6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/snap/src/create/templates/default/steps/one.step.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { EventConfig, StepHandler } from 'motia'
22
import { z } from 'zod'
3-
import equal from 'deep-equal'
43

54
type Input = typeof inputSchema
65

packages/snap/src/create/templates/default/steps/two.step.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { EventConfig, StepHandler } from 'motia'
22
import { z } from 'zod'
3-
import equal from 'deep-equal'
43

54
type Input = typeof inputSchema
65

0 commit comments

Comments
 (0)