diff options
Diffstat (limited to 'src/components/atoms/icons/envelop.test.tsx')
| -rw-r--r-- | src/components/atoms/icons/envelop.test.tsx | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/components/atoms/icons/envelop.test.tsx b/src/components/atoms/icons/envelop.test.tsx index 072dc85..b25a977 100644 --- a/src/components/atoms/icons/envelop.test.tsx +++ b/src/components/atoms/icons/envelop.test.tsx @@ -1,4 +1,4 @@ -import { render } from '@test-utils'; +import { render } from '@tests/utils';  import Envelop from './envelop';  describe('Envelop', () => { | 
