Skip to content

Commit

Permalink
excluding storybook type to avoid errors on heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanmtz committed Nov 9, 2024
1 parent e6b644a commit 79cc574
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import React from 'react';
import { Meta } from '@storybook/react';
import Introduction from './introduction';

export default {
title: 'Design Library/Molecules/Introduction',
component: Introduction,
} as Meta;
};

const Template = (args) => <Introduction {...args} />;

Expand Down

0 comments on commit 79cc574

Please sign in to comment.