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

Fix import statements in src/timer/index.ts #53

Closed
wants to merge 7 commits into from

Conversation

sweep-ai[bot]
Copy link

@sweep-ai sweep-ai bot commented Sep 29, 2023

PR Feedback (click)

  • 👍 Sweep Did Well
  • 👎 Sweep Needs Improvement

Description

This PR fixes the import statements in src/timer/index.ts to correctly reference the filenames of the other timer-related files. The filenames have been renamed to follow the Pascal Case naming convention.

Summary of Changes

  • Renamed src/timer/backboard.ts to src/timer/Backboard.ts
  • Renamed src/timer/dial.ts to src/timer/Dial.ts
  • Renamed src/timer/numbers.ts to src/timer/Numbers.ts
  • Updated the import statement in src/timer/index.ts to import Backboard from ./Backboard instead of ./backboard
  • Updated the import statement in src/timer/index.ts to import Dial from ./Dial instead of ./dial
  • Updated the import statement in src/timer/index.ts to import Numbers from ./Numbers instead of ./numbers

Fixes #36.


🎉 Latest improvements to Sweep:


💡 To get Sweep to edit this pull request, you can:

  • Leave a comment below to get Sweep to edit the entire PR
  • Leave a comment in the code will only modify the file
  • Edit the original issue to get Sweep to recreate the PR from scratch

@sweep-ai sweep-ai bot added the sweep Sweep your software chores label Sep 29, 2023
@netlify
Copy link

netlify bot commented Sep 29, 2023

Deploy Preview for ta-ta-ta failed.

Name Link
🔨 Latest commit a881732
🔍 Latest deploy log https://app.netlify.com/sites/ta-ta-ta/deploys/65169035552a5c0008cd63dd

@sweep-ai sweep-ai bot closed this Sep 29, 2023
@sweep-ai sweep-ai bot deleted the sweep/fix-import-statements branch September 29, 2023 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sweep Sweep your software chores
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sweep: rename src/timer/*.ts to Pascal Case and fix import statements
0 participants