Skip to content

Commit

Permalink
Remove get resources layout example
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfheij-sil committed Dec 17, 2024
1 parent f347655 commit 905570f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 408 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import WindowOrTabExample from './layouts/window.layout.component';
import Dashboard5Examples from './layouts/dashboard5.layout.component';
import ToolbarExamples from './layouts/toolbar.layout.component';
import DialogExamples from './layouts/dialog.layout.component';
import GetResourcesExample from './layouts/resource-manager.layout.component';

function Layouts({ direction }: HasDirection) {
return (
Expand Down Expand Up @@ -39,10 +38,6 @@ function Layouts({ direction }: HasDirection) {

<VerticalTabsContent value="Settings">TODO</VerticalTabsContent>

<VerticalTabsContent value="Get Resources">
<GetResourcesExample />
</VerticalTabsContent>

<VerticalTabsContent value="Shadcn Dashboard 5">
<div className="tw-h-[405px] tw-rounded-md tw-border">
<Dashboard5Examples direction={direction} />
Expand Down
Loading

0 comments on commit 905570f

Please sign in to comment.