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; skype?: string;
/** /**
* Telegram username * Telegram username
*/ */
telegram?: string; telegram?: string;
/** /**
@ -328,6 +328,6 @@ export interface GitProfileProps {
config: Config; config: Config;
} }
declare class GitProfile extends Component<GitProfileProps> { } declare class GitProfile extends Component<GitProfileProps> {}
export default GitProfile; export default GitProfile;