Skip to content

Commit

Permalink
Formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
HunterBarclay committed Aug 30, 2024
1 parent 76aed49 commit 5a4fec0
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@

export enum ConfigurationType {
ROBOT,
FIELD,
INPUTS,
}

let selectedConfigurationType: ConfigurationType = ConfigurationType.ROBOT

export function setSelectedConfigurationType(type: ConfigurationType) {
selectedConfigurationType = type
}
Expand Down

0 comments on commit 5a4fec0

Please sign in to comment.