fix: pageHeader story references deprecated button

This commit is contained in:
Matthias Nannt
2024-07-31 12:08:48 +02:00
parent 27c2dcbee4
commit 4b47a5030a

View File

@@ -1,5 +1,5 @@
import type { Meta, StoryObj } from "@storybook/react";
import { Button } from "../v2/Button";
import { Button } from "../Button";
import { PageHeader } from "./index";
const meta = {