Fix naming of the contact component.
parent
eaf7de1c47
commit
62859c411e
|
@ -8,7 +8,7 @@ import { indigo500 } from 'material-ui/styles/colors';
|
|||
|
||||
import * as ICAL from 'ical.js';
|
||||
|
||||
class ViewContact extends React.Component {
|
||||
class Contact extends React.Component {
|
||||
props: {
|
||||
contact?: ICAL.Component,
|
||||
};
|
||||
|
@ -98,4 +98,4 @@ class ViewContact extends React.Component {
|
|||
}
|
||||
}
|
||||
|
||||
export default ViewContact;
|
||||
export default Contact;
|
||||
|
|
Loading…
Reference in New Issue