Minor fixes (prettier)
This commit is contained in:
parent
f0c3098ad6
commit
17156c1dad
6
types/index.d.ts
vendored
6
types/index.d.ts
vendored
@ -100,8 +100,8 @@ export interface Social {
|
||||
skype?: string;
|
||||
|
||||
/**
|
||||
* Telegram username
|
||||
*/
|
||||
* Telegram username
|
||||
*/
|
||||
telegram?: string;
|
||||
|
||||
/**
|
||||
@ -328,6 +328,6 @@ export interface GitProfileProps {
|
||||
config: Config;
|
||||
}
|
||||
|
||||
declare class GitProfile extends Component<GitProfileProps> { }
|
||||
declare class GitProfile extends Component<GitProfileProps> {}
|
||||
|
||||
export default GitProfile;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user