diff --git a/.storybook/components/Intro.tsx b/.storybook/components/Intro.tsx
index 6a0c356928..5bb1b71075 100644
--- a/.storybook/components/Intro.tsx
+++ b/.storybook/components/Intro.tsx
@@ -13,7 +13,7 @@
* limitations under the License.
*/
-import { BodyLarge } from '../../packages/circuit-ui/index.js';
+import { Body } from '../../packages/circuit-ui/index.js';
import type { BodyLargeProps } from '../../packages/circuit-ui/index.js';
@@ -26,8 +26,15 @@ export function Intro({
children: BodyLargeProps['children'];
}) {
return (
- src/pages/index.astro
-
app/page.tsx
- app/routes/_index/route.tsx
-