ContactName: Fix case in import
This commit is contained in:
parent
7a0197b08c
commit
22a53153f8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue