ContactName: Fix case in import

This commit is contained in:
Scott Nonnenberg 2020-02-03 12:53:59 -08:00
parent 7a0197b08c
commit 22a53153f8
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import React from 'react';
import { Emojify } from './Emojify';
import { Intl } from '../Intl';
import { LocalizerType } from '../../types/util';
import { LocalizerType } from '../../types/Util';
interface Props {
phoneNumber?: string;