]> gitweb.factorcode.org Git - factor.git/commitdiff
webapps.pastebin: fix using. oops.
authorDoug Coleman <doug.coleman@gmail.com>
Sat, 7 Dec 2019 18:38:49 +0000 (10:38 -0800)
committerDoug Coleman <doug.coleman@gmail.com>
Sat, 7 Dec 2019 18:38:49 +0000 (10:38 -0800)
extra/webapps/pastebin/pastebin.factor

index 5bee59895e768fe048fe0a744f64ca649b70b254..6b07131285323ca3a4afc87bf39a85a3f644361d 100644 (file)
@@ -4,7 +4,7 @@ USING: accessors calendar db db.tuples db.types furnace.actions
 furnace.auth furnace.boilerplate furnace.recaptcha
 furnace.redirection furnace.syndication html.forms
 http.server.dispatchers http.server.responses kernel math.parser
-namespaces present sequences smtp sorting urls validators
+namespaces present sequences smtp splitting sorting urls validators
 xmode.catalog ;
 IN: webapps.pastebin