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

Deprecate WidgetLegacy #445

Merged
merged 2 commits into from
Dec 20, 2024
Merged

Conversation

munyanezaarmel
Copy link
Contributor

@munyanezaarmel munyanezaarmel commented Dec 20, 2024

Brief summary of the change made

updated from :
import Widget from "@/shared/WidgetLegacy"
to
import Widget from "@/shared/Widget"

and WidgetLegacy removed from the code base.

Are there any other side effects of this change that we should be aware of?

Describe how you tested your changes?

closes: #198

Pull Request checklist

Please confirm you have completed any of the necessary steps below.

  • Meaningful Pull Request title and description
  • Changes tested as described above
  • Added appropriate documentation for the change.
  • Created GitHub issues for any relevant followup/future enhancements if appropriate.

Copy link
Contributor

@beesaferoot beesaferoot left a comment

Choose a reason for hiding this comment

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

Looks good, thanks

@munyanezaarmel munyanezaarmel merged commit 6941df9 into EnAccess:main Dec 20, 2024
10 checks 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.

Deprecate WidgetLegacy
2 participants