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

refactor: Enable auto-import for composables #2929

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

itoao
Copy link
Contributor

@itoao itoao commented Aug 24, 2024

This PR enables auto-import for composables. This will simplify import statements in each component, improving code readability.

This change depends on the next PR, "refacotr: Remove redundant imports." Please merge this PR first.

This PR includes updates to enable auto-import for composables and removes redundant import statements.

Enabling auto-import will simplify import statements in each component, enhancing code readability. Additionally, removing redundant imports will help clean up the code and facilitate easier maintenance.

The initial plan was to separate these changes into two PRs, but this caused CI errors. Therefore, they have been consolidated into a single PR for smoother integration.

Copy link

netlify bot commented Aug 24, 2024

Deploy Preview for elk-zone failed.

Name Link
🔨 Latest commit f158164
🔍 Latest deploy log https://app.netlify.com/sites/elk-zone/deploys/66ca566753b90f0008b5c2e3

Copy link

netlify bot commented Aug 24, 2024

Deploy Preview for elk-docs canceled.

Name Link
🔨 Latest commit f158164
🔍 Latest deploy log https://app.netlify.com/sites/elk-docs/deploys/66ca5667eff9ab00083ef150

@itoao itoao changed the title Enable auto-import for composables refactor: Enable auto-import for composables Aug 24, 2024
@itoao itoao marked this pull request as draft August 24, 2024 21:56
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.

1 participant