Skip to content

Commit ccbbfdc

Browse files
committed
fix: remove duplicate 'use client' and fix import ordering
1 parent 425a3b9 commit ccbbfdc

File tree

1 file changed

+0
-1
lines changed
  • apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/deploy/components/deploy-modal/components/a2a

1 file changed

+0
-1
lines changed

apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/deploy/components/deploy-modal/components/a2a/a2a.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
'use client'
22
import { generateId } from '../../lib/utils/uuid'
3-
'use client'
43

54
import { useCallback, useEffect, useMemo, useState } from 'react'
65
import { createLogger } from '@sim/logger'

0 commit comments

Comments
 (0)