Skip to content

Commit

Permalink
Fix story
Browse files Browse the repository at this point in the history
It referred to the old component name which no longer exists.
  • Loading branch information
tjmw committed Oct 7, 2024
1 parent ba5b883 commit 55e47ef
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
11 changes: 0 additions & 11 deletions client/components/mma/shared/DownloadFeastAppCta.stories.tsx

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import type { Meta, StoryFn } from '@storybook/react';
import { DownloadFeastAppCtaWithImage } from './DownloadFeastAppCtaWithImage';

export default {
title: 'Components/DownloadFeastAppCtaWithImage',
component: DownloadFeastAppCtaWithImage,
} as Meta<typeof DownloadFeastAppCtaWithImage>;

export const Default: StoryFn<typeof DownloadFeastAppCtaWithImage> = () => (
<DownloadFeastAppCtaWithImage />
);

0 comments on commit 55e47ef

Please sign in to comment.