core: add non-breaking space to `is_whitespace`
[nit.git] / lib / popcorn / popcorn.nit
index 64e4459..190d312 100644 (file)
@@ -18,7 +18,8 @@
 module popcorn
 
 import nitcorn
-import pop_middlewares
+import pop_sessions
+import pop_logging
 intrude import pop_handlers
 
 # App acts like a wrapper around a nitcorn `Action`.