@@ -3,10 +3,10 @@ |
||
3 | 3 | namespace Sco\Admin\Providers; |
4 | 4 | |
5 | 5 | use Illuminate\Support\ServiceProvider; |
6 | -use KodiComponents\Navigation\Contracts\NavigationInterface; |
|
7 | -use KodiComponents\Navigation\Navigation; |
|
8 | 6 | use KodiComponents\Navigation\Contracts\BadgeInterface; |
7 | +use KodiComponents\Navigation\Contracts\NavigationInterface; |
|
9 | 8 | use KodiComponents\Navigation\Contracts\PageInterface; |
9 | +use KodiComponents\Navigation\Navigation; |
|
10 | 10 | use Sco\Admin\Navigation\Badge; |
11 | 11 | use Sco\Admin\Navigation\Page; |
12 | 12 |