]> gitweb.factorcode.org Git - factor.git/commitdiff
furnace.actions: better using.
authorJohn Benediktsson <mrjbq7@gmail.com>
Fri, 3 Apr 2020 03:00:56 +0000 (20:00 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Fri, 3 Apr 2020 03:00:56 +0000 (20:00 -0700)
basis/furnace/actions/actions.factor

index 544ce01028ec15c371e7b4996e03477e0851e5b6..18f97aa534134a34c5728e7c551e976f9cd4d4bc 100644 (file)
@@ -1,9 +1,10 @@
 ! Copyright (C) 2008, 2009 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors assocs combinators fry furnace.conversations
-furnace.utilities html.forms html.templates.chloe http
-http.server http.server.responses kernel namespaces sequences
-splitting urls validators ;
+furnace.utilities html.forms http http.server
+http.server.responses kernel namespaces sequences splitting urls
+validators ;
+FROM: html.templates.chloe => <chloe> ;
 IN: furnace.actions
 
 SYMBOL: rest