Skip to content

Commit

Permalink
Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
KarelVerschraegen committed Mar 9, 2024
1 parent 7b0ad5c commit 50ebca1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions app/@types/icon.d.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// This file is generated by npm run build:icons

export type IconName =
| "github"
| "instagram"
| "linkedin"
| "mail"
| "twitter"
export type IconName = "github" | "instagram" | "linkedin" | "mail" | "twitter";

0 comments on commit 50ebca1

Please sign in to comment.