Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(emptyState): add mds-images import statement in stories #2311

Closed

Conversation

anuradha9712
Copy link
Collaborator

What does this implement/fix? Explain your changes.

...

Does this close any currently open issues?

...

Any other comments?

...

Dependent PRs/Commits

...

Describe breaking changes, if any.

...

Checklist

Check all those that are applicable and complete.

  • Merged with latest master branch

@anuradha9712 anuradha9712 self-assigned this Aug 13, 2024
@@ -100,7 +100,11 @@ export const all = () => {
);
};

const customCode = `() => {
const customCode = `
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@anuradha9712 Please update all the imports to use the camel case variable names. For example
import noFilesEmptyFiles from '@innovaccer/mds-images/ui-states/no-files-empty-files.svg';
in stead of import no-files-empty-files from '@innovaccer/mds-images/ui-states/no-files-empty-files.svg';
"-" Hyphen is not allowed in variable names.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants