move symbols to IN

master
Steve Ayerhart 2022-01-24 15:10:01 -05:00
parent bbb1ee0d5b
commit 29b95f4f2c
No known key found for this signature in database
GPG Key ID: 5C815FDF3A00B8BA
1 changed files with 2 additions and 2 deletions

View File

@ -4,10 +4,10 @@
USING: io.sockets.secure kernel http http.server http.server.dispatchers accessors furnace.actions namespaces http.server.responses io.servers io.sockets.secure.debug json.reader assocs combinators sequences arrays threads locals formatting json.writer urls http.client hashtables math ;
USING: prettyprint io.encodings.utf8 io io.files environment ;
SYMBOLS: slack-callbacks ;
IN: bonerbonerboner.services.slack
SYMBOLS: slack-callbacks ;
{ } slack-callbacks set-global
TUPLE: slack < dispatcher ;