Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/components/controls/AppTitlebar.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { AppTitle, AppTitlebar } from "./AppTitlebar";
const meta: Meta<typeof AppTitlebar> = {
title: "Components/Controls/AppTitlebar",
component: AppTitlebar,
subcomponents: { AppTitle },
tags: ["autodocs"],
parameters: {
docs: {
Expand Down
1 change: 1 addition & 0 deletions src/components/navigation/Footer.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { MockLink } from "../../utils/MockLink";
const meta: Meta<typeof Footer> = {
title: "Components/Navigation/Footer",
component: Footer,
subcomponents: { FooterLink, FooterLinks },
decorators: [(Story) => <Story />],
tags: ["autodocs"],
parameters: {
Expand Down
1 change: 1 addition & 0 deletions src/components/navigation/NavMenu.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { MockLink } from "../../utils/MockLink";
const meta: Meta<typeof NavMenu> = {
title: "Components/Navigation/NavMenu",
component: NavMenu,
subcomponents: { NavMenuLink },
tags: ["autodocs"],
parameters: {
docs: {
Expand Down
1 change: 1 addition & 0 deletions src/components/navigation/Navbar.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import { NavMenu, NavMenuLink } from "../navigation/NavMenu";
const meta: Meta<typeof Navbar> = {
title: "Components/Navigation/Navbar",
component: Navbar,
subcomponents: { NavMenu, NavMenuLink, NavLink, NavLinks },
tags: ["autodocs"],
};

Expand Down
Loading