Skip to content

Commit

Permalink
furnace.actions: cleanup using.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed Apr 3, 2020
1 parent a785e27 commit c4d1796
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions basis/furnace/actions/actions.factor
@@ -1,20 +1,9 @@
! Copyright (C) 2008, 2009 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license.
USING: accessors sequences kernel assocs combinators
validators http hashtables namespaces fry continuations locals
io arrays math boxes splitting urls
xml.entities
http.server
http.server.responses
furnace.utilities
furnace.redirection
furnace.conversations
furnace.chloe-tags
html.forms
html.components
html.templates.chloe
html.templates.chloe.syntax
html.templates.chloe.compiler ;
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 ;
IN: furnace.actions

SYMBOL: rest
Expand Down

0 comments on commit c4d1796

Please sign in to comment.