Minor fixes (prettier)

This commit is contained in:
Christian Sarnataro 2023-02-15 10:10:14 +01:00
parent f0c3098ad6
commit 17156c1dad

6
types/index.d.ts vendored
View File

@ -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;