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

Simplify ts snippets by using the same import statements for import Component from @glimmer/component` #567

Merged
merged 3 commits into from
Feb 19, 2024

Conversation

johanrd
Copy link
Contributor

@johanrd johanrd commented Feb 19, 2024

Currently, all three ts-snippets had different ways of importing Component:

import Component from '@ember/component';

import GlimmerComponent from "@glimmer/component";

import Component from '@glimmer/component';

The third one is the "standard" way, from the ember guides, so I changed the first two to align with that.

@machty machty merged commit aed2ae1 into machty:master Feb 19, 2024
1 check passed
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