Clean up contact utility file name

This commit is contained in:
Evan Hahn 2021-12-01 17:37:37 -06:00 committed by GitHub
parent 5938be0bff
commit ee93168028
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 5 deletions

View file

@ -16,7 +16,7 @@ import {
renderAvatar,
renderContactShorthand,
renderName,
} from './_contactUtil';
} from './contactUtil';
import type { LocalizerType } from '../../types/Util';