Skip to content

Commit 710767e

Browse files
committed
chore(chat): use the absolute alias for the chip test import
1 parent a016489 commit 710767e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/app/workspace/[workspaceId]/home/components/user-input/components/attached-files-list/attached-files-list.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
import { act } from 'react'
55
import { createRoot, type Root } from 'react-dom/client'
66
import { afterEach, beforeEach, describe, expect, it } from 'vitest'
7+
import { AttachedFilesList } from '@/app/workspace/[workspaceId]/home/components/user-input/components/attached-files-list/attached-files-list'
78
import type { AttachedFile } from '@/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/copilot/components/user-input/hooks/use-file-attachments'
8-
import { AttachedFilesList } from './attached-files-list'
99

1010
function file(overrides: Partial<AttachedFile>): AttachedFile {
1111
return {

0 commit comments

Comments
 (0)