diff options
Diffstat (limited to 'vnext/src/ui/__tests__/Avatar.test.js')
-rw-r--r-- | vnext/src/ui/__tests__/Avatar.test.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vnext/src/ui/__tests__/Avatar.test.js b/vnext/src/ui/__tests__/Avatar.test.js index e7221871..f454f6c7 100644 --- a/vnext/src/ui/__tests__/Avatar.test.js +++ b/vnext/src/ui/__tests__/Avatar.test.js @@ -1,4 +1,3 @@ -import React from 'react'; import { MemoryRouter } from 'react-router-dom'; import Avatar from '../Avatar'; |