Skip to content

Commit

Permalink
fix: conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJaroschewskiCONPORT authored and kevin.jaroschewski committed Jul 4, 2024
1 parent 6568f72 commit b9012ff
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/types/PlatformTypes.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export enum PlatformType {
IOS = "iOS",
ANDROID = "Android",
PC = "PC",
OFFICEONLINE = "OfficeOnline",
MAC = "Mac",
UNIVERSAL = "Universal"
export enum PlatformType {
IOS = "iOS",
ANDROID = "Android",
PC = "PC",
OFFICEONLINE = "OfficeOnline",
MAC = "Mac",
UNIVERSAL = "Universal"
}

0 comments on commit b9012ff

Please sign in to comment.