Skip to content

Commit

Permalink
feat: rename sitepage route story to be more explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
karrui committed Jul 19, 2024
1 parent 9fe2959 commit 0c90215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/studio/src/stories/Page/SitePage.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { meHandlers } from "tests/msw/handlers/me"
import SitePage from "~/pages/sites/[siteId]"

const meta: Meta<typeof SitePage> = {
title: "pages/site/[siteId]",
title: "Pages/Site Management/Site Page",
component: SitePage,
parameters: {
getLayout: SitePage.getLayout,
Expand Down

0 comments on commit 0c90215

Please sign in to comment.