Skip to content

Commit

Permalink
oops (fix missing package in globals)
Browse files Browse the repository at this point in the history
  • Loading branch information
htmlcsjs committed Jul 15, 2024
1 parent 2c3f648 commit 0b95c92
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion groovy/classes/globals.groovy
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
package classes

public class globals {
public static final DYES = [
'white',
Expand All @@ -17,4 +19,4 @@ public class globals {
'red',
'black'
]
}
}

0 comments on commit 0b95c92

Please sign in to comment.