Skip to content

Commit

Permalink
Remove get resources layout
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfheij-sil committed Dec 5, 2024
1 parent ed4abcf commit f1e858f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 421 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export default function BadgeExamples() {
</Badge>
<Badge variant="outline">outline</Badge>
<Badge variant="secondary">secondary</Badge>
<Badge variant="muted">muted</Badge>
</div>
);
}
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 f1e858f

Please sign in to comment.