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

Changed all imports to be relative. Moved prsdk out of src folder #16

Merged
merged 3 commits into from
Jul 31, 2024

Conversation

danyoungday
Copy link
Contributor

Fixed #15
This is so that we can import the SDK into the MVP without the relative imports breaking things.
We just moved the prsdk folder out of the src folder and then updated all the imports to be from prsdk.module instead of from module

@danyoungday danyoungday added the bug Something isn't working label Jul 31, 2024
@danyoungday danyoungday self-assigned this Jul 31, 2024
@danyoungday danyoungday merged commit cb42bfe into main Jul 31, 2024
1 check passed
@danyoungday danyoungday deleted the absolute-ify branch July 31, 2024 00:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make imports within package absolute so they work when imported
1 participant