diff options
Diffstat (limited to 'src/components/atoms/icons/arrow.test.tsx')
| -rw-r--r-- | src/components/atoms/icons/arrow.test.tsx | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/components/atoms/icons/arrow.test.tsx b/src/components/atoms/icons/arrow.test.tsx index 9985717..ed1d1e2 100644 --- a/src/components/atoms/icons/arrow.test.tsx +++ b/src/components/atoms/icons/arrow.test.tsx @@ -1,5 +1,5 @@  import { render } from '../../../../tests/utils'; -import Arrow from './arrow'; +import { Arrow } from './arrow';  describe('Arrow', () => {    it('renders an arrow icon oriented to the right', () => { | 
