@@ -2,9 +2,9 @@ |
||
2 | 2 | |
3 | 3 | namespace Nymfonya\Component\Http; |
4 | 4 | |
5 | +use Nymfonya\Component\Http\Headers; |
|
5 | 6 | use Nymfonya\Component\Http\Interfaces\KernelInterface; |
6 | 7 | use Nymfonya\Component\Http\Response; |
7 | -use Nymfonya\Component\Http\Headers; |
|
8 | 8 | |
9 | 9 | class Kernel implements KernelInterface |
10 | 10 | { |