We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c890f89 commit 1d23245Copy full SHA for 1d23245
src/Support/Facades/Layout.php
@@ -11,6 +11,7 @@
11
use Orchid\Screen\Layouts\Blank;
12
use Orchid\Screen\Layouts\Block;
13
use Orchid\Screen\Layouts\Browsing;
14
+use Orchid\Screen\Layouts\Chart;
15
use Orchid\Screen\Layouts\Columns;
16
use Orchid\Screen\Layouts\Component;
17
use Orchid\Screen\Layouts\Legend;
@@ -23,7 +24,6 @@
23
24
use Orchid\Screen\Layouts\Tabs;
25
use Orchid\Screen\Layouts\View;
26
use Orchid\Screen\Layouts\Wrapper;
-use Orchid\Screen\Layouts\Chart;
27
28
/**
29
* Class Layout.
0 commit comments