diff options
Diffstat (limited to 'src/components/molecules/layout/columns.test.tsx')
| -rw-r--r-- | src/components/molecules/layout/columns.test.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/molecules/layout/columns.test.tsx b/src/components/molecules/layout/columns.test.tsx index 9e994ae..5a23d0d 100644 --- a/src/components/molecules/layout/columns.test.tsx +++ b/src/components/molecules/layout/columns.test.tsx @@ -1,5 +1,5 @@ -import Column from '@components/atoms/layout/column'; -import { render, screen } from '@tests/utils'; +import { render, screen } from '../../../../tests/utils'; +import Column from '../../atoms/layout/column'; import Columns from './columns'; const column1 = |
