Skip to content

Commit

Permalink
chore(cxl-ui): fix invalid filename
Browse files Browse the repository at this point in the history
  • Loading branch information
freudFlintstone committed Oct 4, 2023
1 parent 5217c7b commit 9bdb0f7
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import { CourseCardTemplate, args, argTypes } from './template.js';
import '@conversionxl/cxl-ui/src/components/cxl-course-card.js';
import '@conversionxl/cxl-lumo-styles';

export default {
title: 'CXL UI/cxl-course-card',
parameters: {
layout: 'centered',
},
};

export const CXLCourseCard = CourseCardTemplate.bind({});

CXLCourseCard.args = args;
CXLCourseCard.argTypes = {
...argTypes,
};

0 comments on commit 9bdb0f7

Please sign in to comment.