Skip to content

Commit

Permalink
recategorisation
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeAtHPI committed Oct 11, 2023
1 parent f187729 commit 381f337
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Class {
#classInstVars : [
'uniqueInstance'
],
#category : #'Sandblocks-Core'
#category : #'Sandblocks-Babylonian'
}

{ #category : #accessing }
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Class {
#name : #SBExploriantsView,
#superclass : #SBNamedBlock,
#category : #'Sandblocks-Core'
#category : #'Sandblocks-Babylonian'
}

{ #category : #'instance creation' }
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Class {
#name : #SBResultsView,
#superclass : #SBExploriantsView,
#category : #'Sandblocks-Core'
#category : #'Sandblocks-Babylonian'
}

{ #category : #accessing }
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Class {
#name : #SBVariantsView,
#superclass : #SBExploriantsView,
#category : #'Sandblocks-Core'
#category : #'Sandblocks-Babylonian'
}

{ #category : #building }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Class {
#instVars : [
'referencedVariants'
],
#category : #'Sandblocks-Smalltalk'
#category : #'Sandblocks-Utils'
}

{ #category : #utils }
Expand Down

0 comments on commit 381f337

Please sign in to comment.