-
Notifications
You must be signed in to change notification settings - Fork 45
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
[choreo] Frontend typing cleanup #721
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix the //
in the commented places and wherever else (seems to be just ConstraintStore)
Otherwise LGTM
@@ -1,6 +1,6 @@ | |||
import { observer } from "mobx-react"; | |||
import { Component } from "react"; | |||
import { IConstraintStore } from "../../document/ConstraintStore"; | |||
import { IConstraintStore } from "../../document/stores//ConstraintStore"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
extra slash here, does that even work?
import { IHolonomicWaypointStore } from "../../document/HolonomicWaypointStore"; | ||
import { Commands } from "../../document/tauriCommands"; | ||
import { ICircularObstacleStore } from "../../document/stores/CircularObstacleStore"; | ||
import { IConstraintStore } from "../../document/stores//ConstraintStore"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra slash
This probably isnt done but i don't want to do everything in 1 pr.
I want the way everything fits together to be more apparent and reduce the surface area that the ui can use.